.footer-contacts-item,
.footer-contacts-item a{
    color: #ffffff;
}
.footer-contacts-item a:hover {
    text-decoration: underline;
}
.footer-copy {
    margin-top: 10px;
    color: #ffffff;
    font-family: TTNormsPro;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    max-width: 155px;
}

.footer-content .footer-content__logo {
  max-height: unset;
}
.footer-content .footer-content__logo img {
    max-height: 90px;
}

.footer-contacts-item {
    white-space: normal;
    gap: 8px;
    font-family: TTNormsPro;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.footer-contacts-item .footer-contacts-item__icon {
    margin-right: 0;
}