.footer-top {
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #232323;
}

.footer-links h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-links p {
    color: #cfcfcf;
}

.footer-links ul {
    padding-left: 0;
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #cfcfcf;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-newsletter {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 6px 8px;
    position: relative;
    border-radius: 50px;
    border: 1px solid color-mix(in srgb, rgb(255, 255, 255), transparent 70%);
    display: flex;
    background-color: transparent;
    transition: 0.3s;
}

.footer-newsletter input {
    border: 0;
    padding: 4px 10px;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
}

.footer-newsletter button {
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -9px -7px 0;
    background: #821F40;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

.footer-newsletter button:hover {
    background-color: #e55550;
}

.footer-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, #000, transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, #000, transparent 30%);
    background-color: #ffffff;
    margin-right: 15px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.footer-social-links a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    pointer-events: none;
    transition: transform .2s, opacity .2s;
    transform: scale(.8);
    opacity: 0;
    box-shadow: 0 0 0 2px #ffffff;
}
.footer-social-links a:hover::after {
    transform: scale(1);
    opacity: 1;
}

.footer__content-bottom {
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 1px solid #282828;
    background: #232323;
}

.footer-block__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
}

.list-payment {
    padding: 0;
    list-style: none;
    margin: 0px 0 0;
}

.list-payment__item {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 5px 15px;
}

.footer-block__list-payment ul li {
    margin-left: 0;
    margin-right: 13px;
}
.footer-block__bottom p {
    margin: 0;
    color: #cfcfcf;
}

.list-payment__item .icon {
    width: auto;
    height: 32px;
    fill: currentColor;
    stroke: transparent;
}