.footer {
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-top: 1px solid #E9EAEB;
    max-width: 1440px;
    margin: 0 auto;
}

.footer__content {
    display: flex;
    flex-direction: column;
    padding: 48px 0px 32px;
    gap: 48px;
}

.footer__navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 280px;
}

.footer__logo-information {
    position: relative;
}

.footer__logo {
    width: 32px;
    height: 32px;
    position: absolute;
    left: -50px;
}

.information-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
}

.information-text {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.footer__icons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 32px;
}

.payment-icons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 24px;
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    height: 24px;
}

.copyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 0px;
    height: 52px;
    background: #FAFAFA;
    border-top: 1px solid #E9EAEB;
}

.copyright-text {
    height: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}