﻿.footerLink li a img {
    width: 44px;
    height: 44px;
}

.footerLink li:first-child a img {
    width: 40px;
    height: 40px;
}

.footerLink li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:1001px) {

    .phone_footer {
        display: none;
    }

    html,
    body {
        min-width: 1442px;
    }
}

@media screen and (max-width:1000px) {
    .footer {
        display: none;
    }

    .phone_footer {
        width: 100%;
        background-color: #7C2E1E;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .phone_logo_top {
        padding-bottom: 30px;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }

    .phone_logo_top img {
        width: 300px;
    }

    .footerLink {
        position: static !important;
        font-size: inherit !important;
        width: auto !important;
        padding: inherit !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_text {
        list-style-type: none;
        color: white;
        font-size: 18px;
        padding-top: 14px;
    }

    .phone_logo_bottom {
        height: 120px;
        padding-top: 20px;
        display: flex;
        justify-content: center;
    }

    .phone_logo_bottom img {
        width: 100%;
    }

    .text_bottom {
        width: 100%;
        text-align: center;
        background-color: #94949427;
        font-size: 0;
    }

    .text_bottom a {
        color: #fff;
        font-size: 12px;
        padding-right: 4px;
        white-space: nowrap;
    }
}

@media screen and (max-width:670px) {

    .phone_logo_top img {
        width: 280px;
    }

    .center_logo img {
        height: 70px;
        width: 70px;
    }

    .footer_text {
        font-size: 15px;
    }

    .text_bottom a {
        font-size: 11px;
    }

    .footerLink {
        width: 300px;
    }
}


@media screen and (max-width:630px) {
    .phone_logo_top img {
        width: 260px;
    }

    .center_logo img {
        height: 65px;
        width: 65px;
    }

    .footer_text {
        font-size: 14px;
    }

    .text_bottom a {
        font-size: 10px;
    }
}

@media screen and (max-width:582px) {
    .phone_logo_top img {
        width: 254px;
    }

    .center_logo img {
        height: 60px;
        width: 60px;
    }

    .footer_text {
        font-size: 13px;
    }

    .text_bottom a {
        font-size: 10px;
    }
}

@media screen and (max-width:522px) {
    .phone_logo_top img {
        width: 254px;
    }

    .center_logo img {
        height: 55px;
        width: 55px;
    }

    .footer_text {
        font-size: 12px;
    }

    .text_bottom a {
        font-size: 10px;
    }

    .footerLink li>a {
        margin-right: 24px;
    }
}

@media screen and (max-width:463px) {
    .phone_logo_top img {
        width: 246px;
    }

    .center_logo img {
        height: 50px;
        width: 50px;
    }

    .footer_text {
        font-size: 12px;
    }

    .text_bottom a {
        font-size: 9px;
    }

    .footerLink li>a {
        margin-right: 20px;
    }
}

@media screen and (max-width:407px) {
    .phone_logo_top img {
        width: 244px;
    }

    .center_logo img {
        height: 45px;
        width: 45px;
    }

    .footer_text {
        font-size: 12px;
    }

    .text_bottom a {
        font-size: 8px;
    }

    .footerLink li>a {
        margin-right: 18px;
    }
}


@media screen and (max-width:375px) {
    .phone_logo_top img {
        width: 240px;
    }

    .center_logo img {
        height: 40px;
        width: 40px;
    }

    .footer_text {
        width: 80%;
    }

    .text_bottom a {
        font-size: 7px;
    }

    .footerLink li>a {
        font-size: 25px;
        width: 45px;
        height: 45px;
        line-height: 47px;
        margin-right: 15px;
    }

    .links span img {
        width: 85%;
    }
}