.footer-section {
    padding: 60px 0;
}

.footer-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-section .left-content {
    max-width: 31.5%;
    width: 100%;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo-custom img {
    max-width: 150px;
    width: 100%;
    height: 150px;
}

.footer-section .center-content {
    max-width: 33%;
    padding-right: 55px;
}

.footer-section .right-content {
    max-width: 27.9%;
    width: 100%;
}

.footer-bottom .left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 60%;
}

.footer-bottom .left-content a {
    margin-right: 20px;
}

.footer-bottom .left-content a,
.footer-copyright {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
}

.footer-title {
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 200;
    font-size: 26px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    margin-top: 37px;
    margin-bottom: 37px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.footer-address {
    margin-top: 23px;
}

.footer-visit-us,
.footer-questions {
    font-size: 17px;
    line-height: 24px;
}

.footer-section p {
    margin: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.footer-time-open {
    margin-top: 22px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.footer-section ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 6px;
}

.footer-bottom {
    margin-top: 63px;
}

.footer-phone {
    margin: 6px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.footer-socials {
    margin-top: 23px;
    margin-left: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.footer-email {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 6px;
}

.footer-logo img {
    max-width: 226px;
    height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
}

#footer-lang-list {
    display: flex;
    margin-top: 10px;
    margin-left: 1px;
}

#footer-lang-list .lang-item {
    list-style: none;
    display: inline-flex;
    align-items: flex-end;
}

#footer-lang-list .lang-item a {
    color: #767676;
    margin-right: 23px;
}

#footer-lang-list .lang-item.current-lang a {
    color: #fff;
}

@media (max-width: 991px) {
    .footer-bottom .left-content a {
        margin-right: 10px;
    }
}

@media (max-width: 767.96px) {
    .footer-logo-custom img {
        width: 80px;
        height: 80px;
    }

    .footer-section .row {
        display: block;
    }

    .footer-bottom .left-content a {
        margin-right: 10px;
    }

    .footer-section .right-content {
        max-width: 100%;
        margin-top: 20px;
    }

    .footer-section .center-content {
        max-width: 100%;
        padding: 0;
        margin-top: 35px;
    }

    .footer-bottom .left-content .footer-page:last-child a {
        margin-right: 0;
    }

    .footer-section .left-content {
        max-width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }

    .footer-logo img {
        max-width: 193px;
    }

    .footer-socials {
        margin-left: 0;
        margin-top: 29px;
    }

    #footer-lang-list {
        margin-left: 0;
        margin-top: 22px;
    }

    .footer-bottom {
        margin-top: 18px;
    }

    .footer-section {
        padding-bottom: 40px;
    }
}

@media (max-width: 375px) {
    .footer-section .left-content .footer-page {
        width: 100%;
    }
}

@media (min-width: 1441px) {
    .footer-section .container {
        max-width: 100vw;
        padding: 0 6.94444444vw;
    }

    .footer-logo img {
        max-width: 15.6944444vw;
        height: 4.58333333vw;
    }

    .footer-section .right-content {
        max-width: 24.8vw;
    }

    .footer-section p,
    .footer-section a {
        /* font-size: 1.18vw; */
        /* line-height: 1.76; */
    }

    .footer-socials img {
        width: 1.38888889vw;
        height: 1.38888889vw;
    }

    .footer-bottom .left-content a,
    .footer-copyright {
        /* font-size: 1.11vw; */
        /* line-height: 1.5; */
    }

    .footer-section .left-content {
        max-width: 26.4vw;
    }

    .footer-section .center-content {
        max-width: 27.8vw;
        padding-right: 5vw;
    }
}