.footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #000;
    font-family: "Source Han Sans SC", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    background-color:#f1f1f1;
    box-sizing: border-box;
}
.footerInfo{
    align-items: flex-start;
    display: grid;
    gap: clamp(16px, 2.8vw, 40px);
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    width: min(100% - 32px, 1152px);
    max-width: none;
    padding: 20px 0 0 0;
    margin: 0 auto;
}
.footerInfoViewportENG{
    margin: 0 auto;
    overflow: visible;
    width: min(100% - 32px, 1152px);
    max-width: none;
}
.footerInfoENG{
    font-size: 14px;
    font-weight: 400;
    grid-template-columns: minmax(0, 2.3fr) minmax(0, 1fr);
    line-height: normal;
    margin: 0 auto;
    max-width: none;
    width: 100%;
}
.footerLinks{
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
    gap: 24px;
}
.footerInfo:not(.footerInfoENG) .footerLinks{
    display: contents;
}
.footerInfo:not(.footerInfoENG) .footerContacts{
    flex: none;
    width: 100%;
}
.footerLinksENG{
    align-items: flex-start;
    display: grid;
    flex: 1 1 auto;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) max-content;
    justify-content: flex-start;
    width: auto;
}
.footerLinksENG .footerRankingsList{
    flex: 0 1 auto;
    min-width: 0;
}
.footerMetaList{
    flex: 0 1 260px;
    min-width: 0;
    white-space: normal;
}
.footerLinksENG .footerMetaList{
    flex: 1 1 220px;
    min-width: 0;
    white-space: normal;
}
.footerMetaList li{
    overflow-wrap: normal;
    white-space: nowrap;
}
.footerLinks ul{
    padding: 0 0 10px 0;
    list-style: none;
    margin: 0;
    min-width: 0;
}
.footerLinks ul li,
.footerContactList li{
    color: #000;
    font-weight: 400;
    line-height: 25px;
    overflow-wrap: anywhere;
}
.footer a{
    text-decoration: none;
    color: #000;
    font-weight: inherit;
}
.footerLinkTitle{
    font-size: 15px;
    font-weight: 900;
    text-shadow: 0.25px 0 0 currentColor;
}
.footerLinks ul li.footerLinkTitle,
.footerContactList li.footerLinkTitle{
    font-size: 15px;
    font-weight: 900;
    text-shadow: 0.25px 0 0 currentColor;
}
.footerLinkTitle a{
    font-weight: inherit;
}
.footerSectionTitle{
    margin-top: 16px;
}
.footerMetaList .footerSectionTitle{
    margin-top: 25px;
}
.footerContacts{
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 14px;
    justify-content: flex-start;
    min-width: 0;
    width: auto;
}
.footerContactsENG{
    flex: none;
    gap: 14px;
    justify-content: flex-start;
    max-width: none;
    width: auto;
}
.footerContactList{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footerContactList li{
    overflow-wrap: anywhere;
    white-space: normal;
}
.footerQrGroup{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
    width: 100%;
}
.footerQrItem{
    flex: 0 1 150px;
    max-width: 160px;
    min-width: 130px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}
.footerContactsENG .footerQrGroup{
    flex-wrap: nowrap;
    gap: 16px;
}
.footerContactsENG .footerQrItem:first-child{
    flex-basis: 210px;
    max-width: 210px;
}
.footerContactsENG .footerQrItem:last-child{
    flex-basis: 145px;
    max-width: 145px;
}
.footerQrItem img{
    display: inline-block;
    height: 90px !important;
}
.footerQrItem p{
    line-height: 20px;
    margin: 10px 0;
    overflow-wrap: anywhere;
}
.footerContactsText{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.footerCopyright{
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    justify-content: center;
    overflow-wrap: anywhere;
    text-align: center;
}
.footer p{
    margin: 10px 0;
}
.maxWidth50{
    max-width: 50%;
}
.maxWidth55{
    max-width: 55%;
}
@media only screen and (min-width: 992px) {
    .footerInfo:not(.footerInfoENG){
        display: flex;
        width: min(80%, 1152px);
    }
    .footerInfo:not(.footerInfoENG) .footerLinks > ul:first-child{
        flex: 1 1 0;
        min-width: 0;
    }
    .footerInfo:not(.footerInfoENG) .footerMetaList{
        flex: 1 1 0;
        min-width: max-content;
    }
    .footerInfo:not(.footerInfoENG) .footerContacts{
        flex: 1 1 0;
        min-width: 324px;
        width: auto;
    }
    .footerInfo:not(.footerInfoENG) .footerQrGroup{
        flex-wrap: nowrap;
    }
}
@media only screen and (max-width: 991px) {
    .footerInfo{
        gap: 10px;
        grid-template-columns: 1fr;
        width: min(100% - 32px, 1280px);
        max-width: none;
    }
    .footerInfo:not(.footerInfoENG){
        display: grid;
        grid-template-columns: 1fr;
    }
    .footerInfoENG{
        font-size: 14px;
        line-height: normal;
        margin: 0 auto;
        width: 100%;
    }
    .footerInfoViewportENG{
        height: auto;
        overflow: visible;
        position: static;
        width: min(100% - 32px, 1280px);
        max-width: none;
    }
    .footerLinks{
        flex-direction: column;
        width: 100%;
    }
    .footerInfo:not(.footerInfoENG) .footerLinks{
        display: flex;
    }
    .footerLinksENG{
        gap: 0;
        grid-template-columns: 1fr;
    }
    .footerLinksENG .footerMetaList,
    .footerLinksENG .footerRankingsList{
        flex-basis: auto;
        min-width: 0;
    }
    .footerMetaList{
        flex-basis: auto;
        min-width: 0;
        white-space: normal;
    }
    .footerMetaList li{
        overflow-wrap: anywhere;
        white-space: normal;
    }
    .footerContacts{
        width:100%;
        flex-basis: auto;
        gap: 10px;
        justify-content: space-around;
    }
    .footerQrGroup{
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 18px;
        justify-items: center;
        width: 100%;
    }
    .footerQrItem,
    .footerContactsENG .footerQrItem:first-child,
    .footerContactsENG .footerQrItem:last-child{
        flex: none;
        max-width: none;
        min-width: 0;
        width: 100%;
    }
    .footerQrItem img{
        display: block;
        margin: 0 auto;
    }
    .footerQrItem p{
        text-align: center;
    }
    .footerCopyright{
        font-size: 12px;
    }
    .maxWidth35{
        max-width: 100%;
    }
    .maxWidth50{
        max-width: 100%;
    }
    .maxWidth55{
        max-width: 100%;
    }
}
