.footerLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footerLogo {
    width: 8%;
    margin: 0 auto;
}

.footerGoUpPhone {
    display: none;
}

.footerNavigationMenuPC a {
    color: white;
    font-family: 'Caviar Dreams';
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.3em;
}


.footerNavigationMenuPC {
    display: flex;
    flex-direction: row;
    gap: 2%;
    align-items: center;
    justify-content: center;
    margin-bottom: 1%;
}


.footerLegalMenu a {
    color: white;
    font-family: 'Caviar Dreams';
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.9em;
}
.footerLegalMenu {
    display: flex;
    flex-direction: row;
    gap: 1.5%;
    justify-content: center;
}

.footerCopyright p {
    margin: 0;
    color: white;
    font-family: 'Caviar Dreams';
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.9em;
}

.footerCopyright {
    display: flex;
    justify-content: center;
}

.footer {
    background-color: #1E1E1C;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding: 2% 0;
}

.footerGoUpPhone a {
    display: block;
}

@media only screen and (max-width:1150px){
    html body .footer {
        gap: 0.5em;
 
    }

    .footerGoUpPhone {
        display: none!important;
    }
    html body .footerLegalMenu {
        gap: 2.5%;
    }
    .footerNavigationMenuPC {
        display: none;
    }

    .footerLogo {
        width: 43%;
        margin: 0 auto;
        margin-bottom: 2em;
    }
    html body .footer {
        padding-top: 3em;
    }

    .footerGoUpPhone svg * {
        fill: #F4F4F4;
        stroke: #f4f4f4;
    }

    .footerGoUpPhone svg {
        width: 40px;
        height: 40px;
    }
    .footerGoUpPhone {
        margin: 0 auto;
    }
    
}




@media only screen and (min-width:500px) and (max-width:1150px){
    html body .footerLogo {
        width: 18%;
        max-width: 130px;
    }
}