.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: 604px;
    width: 100%;
    margin-right: 20px;
}

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

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

.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: 32px;
}

.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: 60px;
}

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

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

.footer-email {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

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

#footer-lang-list {
    display: flex;
    margin-top: 30px;
}

#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: 15px;
}

#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-section .row {
        display: block;
    }

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

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

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

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

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