body {
    margin: 0;
    padding: 0;
}

.m-footer-comp {
    /* margin: 14px 12px 0; */
    /* border-radius: 12px; */
    /* margin-top: 15px; */
    background: #2b2d37;
    color: #b8bcc8;
    padding: 16px 14px calc(16px + env(safe-area-inset-bottom));
}

.m-footer-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.m-footer-contact h3,
.m-footer-links h4 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.m-footer-contact h3 {
    font-size: 28px;
}

.m-footer-contact ul {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.m-footer-contact li {
    font-size: 14px;
    color: #b7bdca;
    margin-top: 8px;
    line-height: 1.5;
}

.m-footer-contact li:first-child {
    margin-top: 0;
}

.m-footer-qr {
    width: 102px;
    flex: 0 0 102px;
}

.m-footer-qr img {
    width: 100%;
    height: 102px;
    border-radius: 2px;
    display: block;
    background: #fff;
}

.m-footer-links {
    margin-top: 16px;
}

.m-footer-link-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.m-footer-link-list a {
    text-decoration: none;
    color: #c2c7d3;
    font-size: 13px;
}

.m-footer-bottom {
    margin-top: 16px;
    border-top: 1px solid #3a3d49;
    padding-top: 12px;
    text-align: center;
    color: #7f8594;
    font-size: 12px;
    line-height: 1.7;
}
