.footer {
    overflow: hidden;
}

.footer .footerContent > .content {
    padding-bottom: 0 !important;
}

.footer .footer-head .footer-title {
    justify-content: space-between;
}

.footer .footer-head .footer-title .footer-logo {
    width: 21.5%;
    height: max-content;
}

.footer-title-div {
    width: 66.6%;
}

.footer-title-div div {
    margin-right: 0;
}

.footer-title-div div:nth-of-type(1) {
    width: 40%;
}

.footer-title-div div:nth-of-type(2) {
    width: 35%;
    padding-left: 2%;
}

.footer-title-div div:nth-of-type(3) {
    width: 25%;
    padding-left: 2%;
}

.footer-title-div .footer-item, .footer-title-div .footer-subitem {
    margin-bottom: 6px;
}

.footer-title-div .footer-item, .footer-title-div .footer-subitem {
    font-size: 10px;
}

.footer .footer-head .footer-title img {
    width: 100%;
    margin-right: 0;
}

.footer .footer-head .footer-title {
    margin-bottom: 45px;
}

.footer .footer-body {
    align-items: stretch;
}

.footer .footer-body a {
    text-align: left;
}

.footer .footer-body .contact, .footer .footer-body .footer-subitem {
    font-size: 12px;
    margin-bottom: 0;
}

.footer .footer-body .contact {
    margin-bottom: 10px;
}

.footer .footer-body .phone {
    font-size: 19px;
    margin-bottom: 0;
}

.footer .footer-body-right {
    margin-top: 0;
    width: 36%;
    float: unset;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer .footer-body-right .footer-subitem:last-of-type {
    margin-bottom: 27px !important;
}

.footer .footer-body-left .footer-subitem {
    line-height: 18px;
}

.footer .footer-body-left .icons {
    margin-top: 45px;
    display: flex;
    align-items: center;
    height: 1.2rem;
}

.footer .footer-body-left .icons .social {
    height: 100%;
    object-fit: contain;
    margin-right: 20px;
}

.footer .footer-body-right .footer-subitem {
    max-width: unset;
}

.footer .footer-body-right .footer-subitem, .footer .footer-foot-block .footer-subitem {
    font-size: 9px;
}

.footer .footer-body-right .icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
    width: 100%;
}

.footer .footer-body-right .icons > a {
    height: 100%;
    margin-right: 1.5rem;
}

.footer .footer-body-right .icons > a:last-of-type {
    margin-right: 0;
}

.footer .footer-body-right .icons > a > img {
    width: 100%;
    height: 2.8vw;
    object-fit: contain;
    margin-left: 0;
}

.footer .footer-foot {
    border-top: unset;
    position: relative;
    margin-top: 3.7rem;
    padding: .9rem 0;
}

.footer .footer-foot .content {
    padding: 0 !important;
    max-width: unset;
}

.footer .footer-foot .content .footer-subitem {
    color: #29414C80;
    display: flex;
    align-items: center;
}

.footer .footer-foot .content .footer-subitem .exitLogo {
    margin-left: .5rem;
    height: 14px;
}

.footer .footer-foot::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    height: 1px;
    background-color: #CFCFCF;
}

.or {
    position: relative;
    margin: 0 50px;
    color: white;
}

.or:before {
    content: " ";
    width: 1px;
    height: 120px;
    top: -150px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: white;
}

.or:after {
    content: " ";
    width: 1px;
    height: 120px;
    bottom: -150px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: white;
}

.footer .footerSearch {
    background-color: #29414C;
    color: white;
}

.footer .footerSearch .content {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.footer .footerSearch .footerSearchWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.searchForm {
    display: flex;
    align-items: center;
    width: 31.6%;
}

.searchForm input {
    width: calc(100% - 2.25rem);
    padding: 9px 15px;
    height: 2.25rem;
    border-radius: 0 !important;
    border: 1px solid #29414C;
    transition: border-color .4s ease;
}

.searchForm input:focus {
    border-color: #E9B245;
}

.searchForm input:focus + .submitButton {
    border-color: #E9B245;
}

.searchForm input:focus + .submitButton svg path {
    stroke: white;
}

.searchForm * {
    margin-bottom: 0;
}

.searchForm .submitButton svg path{
    transition: stroke .4s ease;
}

.searchForm .submitButton {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    background-color: #E9B245;
    outline: none;
    border: 1px solid #29414C;
    border-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-color .4s ease;
}

.footer .footerSearch .footerSearchWrapper .updatedAt {
    font-size: 11px;
    line-height: 16px;
    font-family: "Montserrat", sans-serif;
}

.footer .footerSearch .footerSearchWrapper .updatedAt, .footer .footerSearch .footerSearchWrapper .searchForm {
    max-width: 50%;
    margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
    .footer > .content {
        padding: 4.4% 80px 0 !important;
    }

    .content {
        padding: 80px;
    }

    .menu-block-content {
        justify-content: flex-end !important;
    }

    .solution-card-home {
        width: 100%;
        margin-right: 0;
    }

    .menu-block-left {
        display: none;
    }

    a {
        font-size: 18px;
        line-height: 22px;
    }

    .service {
        font-size: 18px;
        line-height: 22px;
    }

    .subcategory {
        font-size: 18px;
        line-height: 22px;
    }

    .language-block {
        margin-top: 30px;
    }

    .language-item {
        font-size: 18px;
        line-height: 22px;
    }

    .achievement-card {
        width: 100%;
        height: 90px;
        margin-bottom: 35px;
    }

    .achievement {
        display: block;
    }

    .request-call {
        flex-direction: column;
    }

    .or:before {
        content: " ";
        width: 130px;
        height: 1px;
        top: 0;
        left: -200px;
        bottom: 0;
    }

    .or:after {
        content: " ";
        width: 130px;
        height: 1px;
        top: 0;
        right: -200px;
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .content {
        max-width: 578px;
        padding: 60px 20px 50px !important;
    }

    .solution-banner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .solution-banner-texts {
        width: 100%;
    }

    .solution-banner .image-block {
        width: 100%;
    }

    .solution-banner-home-title {
        font-size: 12px !important;
    }

    .solution-card-home img {
        width: 120px;
    }

    .solution-card-title {
        font-size: 12px;
    }

    .solution-card-description {
        font-size: 8px;
    }
}

@media (min-width: 1500px) {
    .footer-title-div .footer-item, .footer-title-div .footer-subitem {
        font-size: 12px;
    }

    .footer .footer-body-right .footer-subitem, .footer .footer-foot-block .footer-subitem {
        font-size: 11px;
    }
}

@media (min-width: 1900px) {
    .footer-title-div .footer-item, .footer-title-div .footer-subitem {
        font-size: 14px;
    }

    .footer .footer-body-right .footer-subitem, .footer .footer-foot-block .footer-subitem {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .footerContent {
        padding: 5.7% 0 0;
    }

    .footer .footerSearch .footerSearchWrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .footerSearch .content {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .footer .footerSearch .footerSearchWrapper .updatedAt, .searchForm {
        max-width: 100% !important;
        width: 100%;
    }

    .footer .footerSearch .footerSearchWrapper .updatedAt {
        margin-bottom: 30px;
        font-size: 12px;
    }

    .footer .footer-head .footer-title .footer-logo {
        display: block;
        width: 54%;
    }

    .footer .footer-title-div {
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .footer .footer-title-div, .footer .footer-title-div > div {
        width: 100%;
        padding-left: 0;
    }

    .footer .footer-title-div > div {
        margin-bottom: 50px;
    }

    .footer .footer-title-div > div ul {
        margin-bottom: 0;
    }

    .footer .footer-body .contact {
        margin-bottom: 16px;
    }

    .footer .footer-body-left .footer-subitem {
        margin-top: 5px;
    }

    .footer .footer-body-left .icons {
        margin-top: 36px;
    }

    .footer .footer-body-left .icons .social {
        margin-right: 27px;
    }

    .footer .footer-body-right {
        width: 100%;
        align-items: flex-start;
    }

    .footer .footer-foot .footer-foot-block .footer-subitem {
        flex-direction: row;
    }

    .footer .footer-foot .footer-foot-block .footer-subitem img {
        margin-top: 0;
        margin-left: 0.6rem !important;
    }

    .footer .footer-body-right .icons {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .footer .footer-body-right .footer-subitem:last-of-type {
        margin-bottom: 3rem !important;
    }

    .footer .footer-body-right .icons > a {
        width: 50%;
        margin-right: 0;
        margin-bottom: 3rem;
    }

    .footer .footer-body-right .icons > a > img {
        margin-bottom: 0;
        margin-right: 0;
        height: 3.5rem;
    }

    .footer .footer-body {
        height: auto;
        margin-bottom: 0;
    }

    .footer .footer-foot {
        margin-top: 0;
    }
}
