footer {
    height: 606px;
    background: #151517;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-main {
    margin-top: 94px;
    width: 1416px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 22px;
}

.footer-link {
    margin-top: 16px;
    min-width: 652px;
    display: flex;
    flex-direction: column;
}

.footer-link-adress {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 25px;
}

.footer-subtitle {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 16px;
}

.qr-group {
    width: 254px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qr {
    width: 117px;
    height: 117px;
    background: #ffffff;
    border-radius: 6px;
}

.qr-pic {
    width: 117px;
    height: 117px;
    background: #ffffff;
    border-radius: 6px;
}

.phone {
    margin-top: 36px;
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
}

.phone-num {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    line-height: 16px;
}

.call {
    margin-top: 16px;
    width: 221px;
    height: 37px;
    background: #0053d9;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 37px;
    text-align: center;
}

.adress {
    width: 397px;
    margin-top: 29px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 25px;
}

.footer-line {
    margin-top: 39px;
    width: 1416px;
    height: 1px;
    background-color: #a8a8af;
}

.footer-info {
    width: 1254px;
    display: flex;
    justify-content: center;
}

.conpany {
    margin-top: 21px;
    font-size: 12px;
    font-weight: 400;
    color: #a0a1aa;
    line-height: 16px;
}