footer .wrapper {
    gap: 64px;
}

footer .extra {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 64px;
    justify-content: space-between;
}

footer .address .text {
    max-width: 450px;
}

footer .address, footer .phone, footer .email {
    gap: 32px;
    display: flex;
}

footer .address h4, footer .phone h4, footer .email h4 {
    font-size: 16px;
}

footer .address .text, footer .phone .text, footer .email .text {
    display: flex;
    flex-direction: column;
}

footer .unia {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
}

footer .unia img {
    height: 64px;
}

footer .copyright {
    padding: 64px;
    background: #efefef;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .copyright h4 {
    font-size: 16px;
}

footer .copyright a {
    letter-spacing: 3px;
    text-decoration: none;
    color: inherit;
}

footer p {
    margin: 0;
    text-wrap: nowrap;
}

footer .details {
    gap: 16px;
    display: flex;
    flex-direction: column;
}