footer{
    position: relative;
    width: 100%;
    max-width: 9990px;
    margin: auto;
    height: auto;
    color: #EEEEF0;
    background-color: #000;
}
.footergrid{
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    justify-content: space-between;
    padding: 50px;
}
.footerimglogo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    padding: 0; 
}
.footerimglogo img{
    display: block;
    margin: auto;
    width: 208px;
}
.footerimglogo ul{
    list-style: none;
    display: flex;
    width: 100%;
    max-width: 200px;
    margin: auto;
    justify-content: center;
    margin-top: 40px;
    gap: 8px;
}
.footerimglogo ul li img{
    max-width: 50px;
}
.footerimglogo ul a svg{
  fill: #030606;
}
.footerimglogo ul a svg circle{
  fill: #EEEEF0;
}
.footerimglogo ul a:hover svg{
  fill: #000;
  transition: 0.2s ease-in-out;
}
.footerimglogo ul a:hover svg circle{
  fill: #EEEEF0;
  transition: 0.2s ease-in-out;
}
.footermenu{
    display: flex;
    justify-content: space-between;
    width: auto;
    column-gap: 82px;
}
.footernav, .opentime{
    display: flex;
    width: 100%;
    max-width: 1440px;
    white-space: nowrap;
    margin-right: 0px;
}
.footernav ul, .address ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 159px;
}
.footernav ul li a {
    text-decoration: none;
    color: #EEEEF0;
    font-size: 16px;
    font-weight: 600;
}
.footernav ul li a:hover {
    background: -webkit-linear-gradient(90deg, #8E8E8E 0%, #D9D9D9 68.5%, #B4B4B4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.1s;
}
.address{
    width: 100%;
    white-space: nowrap;
}
.address h3{    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.address ul{    
    height: 55px;
}
.opentime ul{height: 159px;}
.address ul li a{
    position: relative;
    display: flex;
    text-decoration: none;
    color: #EEEEF0;
    font-size: 12px;
    font-weight: 400;
    align-items: center;
    gap: 5px;
    line-height: 120%;
    margin-top: 10px;
}
.footerinfos{
    width: 100%;
    white-space: nowrap;
}
.footerinfos ul li a{
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #EEEEF0;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px;
}
.footerinfos ul a{
    list-style: none;
    text-decoration: none;
    margin-top: 8px;
    color: #EEEEF0;
}
.rights{
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 90px;
    width: 100%;
    max-width: 9990px;
    margin: auto;
    padding: 0 90px;
    align-items: center;
    text-align: center;    
    /* border-top: 1px solid #EEEEF0;
    border-top-width: 1px;
    border-top-style: solid;
    border-image: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%); */
}
.rights ul{
    display: flex;
    gap: 20px;
    list-style: none;
}
.rights ul li a{
    color: #EEEEF0;
}
.rights p, .rights ul li{
    color: #EEEEF0;
    font-size: 14.4px;
    font-weight: 300;
    line-height: 150%;
}
.footerimglogo2{display:none;}
@media screen and (max-width: 870px) {
    .footergrid{
        flex-direction: column;
        margin: 0;
        text-align: center;
        padding: 0px;
    }
    .footerimglogo img{
        margin: auto;
        margin-top: 70px;
    }
    .footerimglogo ul{
        margin-top: 0px;
    }
    .footermenu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        margin-top: 36px;
        padding: 0 10px 40px 10px;
    }
    .footernav{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        margin: 0;
        margin-bottom: 36px;
    }
    .address {
        margin-top: 36px;
    }
    .opentime{
        justify-content: center;
        margin: auto;
        margin-top: 0;
        text-align: center;
    }
    .address h3 {
        text-align: center;
    }
    .address ul li{
        text-align: center;
        margin: auto;
    }
    .rights{
        flex-direction: column;
        padding: 40px 10px;
        justify-content: space-between;
        height: 170px;
        text-align: center;    
    }
    .rights p{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .rights ul{
        display: flex;
        flex-direction: column;
        gap: 5px;
        list-style: none;
    }
    .rights ul li a{
        color: #EEEEF0;
    }
}