﻿.footer {
    position: relative;
    z-index: 5;
    background: var(--mtc-blue);
    overflow: hidden;
}

.footer_nav {
    position: relative;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.footer_nav .content_constraint_div {
    width: 100%;
    height: 100%;
    position: relative;
}

.footer_nav .links_div {
    max-width: 945px;
    padding: 60px 0 0 80px;
    padding-left: 80px;
    display: flex;
    justify-content: space-between;
}
@media(max-width: 1200px) {
    .footer_nav .links_div {
        width: calc(94% - 70px);
        margin-right: auto;
        padding: 60px 0 0 70px;
    }
}
@media(max-width: 768px) {
    .footer_nav .links_div {
        padding-left: 0;
        margin: auto;
        width: 95%;
        justify-content: space-around;
        max-width: 720px;
        column-gap: 10px;
        padding-top: 30px;
    }
}

.footer_nav .address_div img {
    max-width: 250px;
}
@media(max-width: 768px) {
    .footer_nav .address_div img {
        width: 138px;
    }
}
.footer .address_div h4 {
    padding-top: 80px;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.1em;
}
@media(max-width: 1200px) {
    .footer .address_div h4 {
        padding-top: 95px;
    }
}
@media(max-width: 768px) {
    .footer .address_div h4 {
        padding: 80px 0 10px;
        font-size: 11px;
    }
}
.footer .address_div p {
    color: var(--mtc-sunrays);
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}
@media(max-width: 768px) {
    .footer .address_div p {
        font-size: 12px;
        line-height: 16px;
    }
}

.footer .list_grid_div {
    display: grid;
    grid-template: 1fr/ 1fr 1fr 1fr;
    width: 60%;
    row-gap: 18px;
}
@media(max-width: 900px){
    .footer .list_grid_div{
        grid-template: 1fr .4fr / 1fr 1fr;
        width: 52%;
        column-gap: 5px;
    }
}

.footer .list_div {
}
@media(max-width: 768px) {
    .footer .list_div {
        max-width: 114px;
    }
}

.footer .list_div p {
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.1em;
}
@media(max-width: 768px) {
    .footer .list_div p {
        font-size: 11px;
        line-height: 15px;
    }
}

.footer .list_div ul{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    *height: 100%;
    row-gap: 20px;
}
@media(max-width: 1200px){
    .footer .list_div ul {
        row-gap: 15px
    }
}
@media(max-width: 768px){
    .footer .list_div ul {
        row-gap: 5px;
    }
}

.footer .list_div ul li {
    color: #DADADA;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
@media(max-width: 768px) {
    .footer .list_div ul li {
        font-size: 12px;
        line-height: 16px;
    }
}

.footer .list_grid_div .site_div{}
@media(max-width: 900px){
    .footer .list_grid_div .site_div {
        grid-area: 1 / 1 / last-line / 2;
    }
}

.footer .list_grid_div .site_div ul {}
@media(max-width: 1200px) {
    .footer .list_grid_div .site_div ul{
        height: 86%;
    }
}
@media(max-width: 768px) {
    .footer .list_grid_div .site_div ul {
        height: 83.5%;
    }
}

.footer .list_grid_div .support_div{}
@media(max-width: 900px){
    .footer .list_grid_div .support_div{
        grid-area: 2 / 2;
    }
}


.footer .still_here_div {
    position: relative;
    margin-left: auto;
    max-width: 530px;
    padding-right: 140px;
    padding-bottom: 50px;
    color: white;
}
@media(max-width: 1200px) {
    .footer .still_here_div {
        max-width: 500px;
        padding: 70px 0 150px 60px;
        margin: 0;
    }
}
@media(max-width: 768px) {
    .footer .still_here_div {
        padding: 40px 0 70px 30px;
        max-width: 320px;
        width: calc(95% - 30px);
    }
}

.footer .still_here_div img {
    position: absolute;
    top: 63px;
    left: -421px;
    z-index: -1;
}
@media(max-width: 1200px) {
    .footer .still_here_div img {
        left: 340px;
        top: 100px;
        max-width: 48vw;
    }
}
@media(max-width: 768px) {
    .footer .still_here_div img {
        left: unset;
        right: -27px;
        top: 42px;
        max-width: 208px;
    }
}
.footer .still_here_div h3 {
    margin: 0;
    font-size: 110px;
    font-weight: 600;
    line-height: 140px;
    z-index: 1;
    position: relative;
}
@media(max-width: 1200px) {
    .footer .still_here_div h3 {
        font-size: 90px;
        line-height: 110px;
    }
}
@media(max-width: 768px) {
    .footer .still_here_div h3 {
        font-size: 42px;
        line-height: 50px;
        max-width: 345px;
    }
}
.footer .still_here_div p {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    padding-top: 25px;
    padding-bottom: 40px;
}
@media(max-width: 1200px) {
    .footer .still_here_div p {
        font-size: 22px;
    }
}
@media(max-width: 768px) {
    .footer .still_here_div p {
        font-size: 14px;
        line-height: 19px;
        padding: 5px 0 20px;
    }
}
.footer .still_here_div a {
    font-size: 24px;
    padding: 5px 25px;
}
@media(max-width: 768px) {
    .footer .still_here_div a {
        font-size: 16px;
    }
}

.footer .bottom_div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    justify-content: space-between;
    padding: 0 30px 75px 80px;
}
@media(max-width: 1200px) {
    .footer .bottom_div {
        grid-template-columns: 1fr;
        padding: 0 30px 50px;
    }
}
@media(max-width: 768px) {
    .footer .bottom_div {
        margin: auto;
    }
}
.footer .bottom_div .social_icons_div {
    display: flex;
    column-gap: 14px;
}
@media(max-width: 768px){
    .footer .bottom_div .social_icons_div{
        column-gap: 30px;
    }
}
.footer .bottom_div .social_icons_div img {}
@media(max-width: 768px){
    .footer .bottom_div .social_icons_div img{
        scale: 1.5;
    }
}
.footer .bottom_div p {
    font-size: 17px;
    font-weight: 300;
    color: white;
}
@media(max-width: 768px) {
    .footer .bottom_div p {
        font-size: 14px;
    }
}

