.footer {
    position: relative;
    padding-bottom: 36px;
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 30px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.footer-payments img {
    height: 20px;
    max-width: 100%;
}

.footer__container-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 30px 0;
    align-items: start;
    list-style: none;
}

.footer__container-row > li > a {
    font-weight: 700;
    font-size: 120%;
    display: block;
    margin-bottom: 12px;
}

.footer__container-row .sub-menu {
    list-style: none;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.footer-social button,
.footer-social a {
    width: 42px;
    height: 42px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
}

.footer-social button svg,
.footer-social img {
    width: 36px;
    height: 36px;
}

.footer-copy {
    text-align: center;
    margin: 24px 0;
}

.footer-copy div {
    margin-bottom: 12px;
}

.footer-copy div:last-child {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .footer__container-row {
        flex-direction: column;
    }
}
