footer {
    padding: 36px 56px 26px;
}

.email-block, .phone-block {
    margin-bottom: 32px;
}

.f-title {
    font-size: 20px;
    margin-bottom: 8px;
}

.email, .phone {
    font-weight: 300;
    font-size: 20px;
}

.links-block:last-child {
    margin-bottom: 64px;
}

.links-list {
    display: flex;
    gap: 16px;
    align-items: center;
}

.creator {
    text-align: center;

    font-weight: 200;
    font-size: 12px;
}

@media screen and (min-width: 1024px) {
    footer {
        display: flex;
        gap: 5vw;
        /*padding: 0 1.8vw 22px 11vw;*/
    }

    .email-block, .phone-block {
        margin-bottom: 0;
    }

    .links-block {
        margin-bottom: 0;
    }

    .creator {
        display: inline;
        margin-top: auto;
        margin-left: auto;
    }

}
