.footer__name {
    font-family: "Helvetica-light", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -.4px;
    text-align: center;
    color: var(--black-color);
    margin-bottom: 8px;
}
.footer__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}
.footer__list > li > a {
   font-family: "Helvetica-light", sans-serif;
   font-weight: 300;
   font-size: 16px;
   line-height: 120%;
   color: var(--black-color);
}
.footer__list > li > a:hover {
    opacity: .4;
}
.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer__social-liink {
    display: block;
    width: 16px;
    height: auto;
}
.footer__social-liink:hover {
    transform: scale(1.2);
}
.footer__social-liink > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer__page {
    border-top: 2px solid #33333366;
}
.footer__mail {
    display: block;
    font-family: "Helvetica-light", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.4px;
    text-align: center;
    color: var(--black-color);
    max-width: 285px;
    margin: 15px auto 15px auto;
}