.footer-container {
    padding: 230px calc((100% - 1550px) / 2) 0;
    background: #1E242D;
    position: relative;
}

.footer-content {
    margin: 0 117px;
}

.footer-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-address {
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    letter-spacing: 0.01em;
    color: #D9DBDE;
    display: block;
    margin-top: 32px;
}

.footer-tel-link {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 25px;
}

.footer-tel-icon {
    margin-right: 12px;
}

.footer-links-item {
    margin-bottom: 30px;
}

.footer-link {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

.taxi-link {
    padding: 21px 31px 21px 25px;
    background: #3083FF;
    border-radius: 16px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.taxi-icon {
    margin-right: 20px;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.social-item {
    margin: 0 10px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    border: 1px solid #505865;
}

.copyright-container {
    margin-top: 145px;
    border-top: 1px solid #505865;
    padding: 30px 0;
    text-align: center;
}

.copyright-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.app-ad-container {
    min-width: 1440px;
    border-radius: 16px;
    background-image: url("/images/footer-ad-background.svg");
    background-size: cover;
    background-position: center center;
    padding: 70px 90px 40px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 50%);
}

.footer-ad-image {
    position: absolute;
    right: 92px;
    bottom: 0;
}

.ad-head {
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0 0 48px;
}

.mobile-store-container {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.store-image {
    width: 160px;
    height: 54px;
}

.mobile-link {
    text-decoration: none;
    margin-right: 20px;
}