.socials {
    margin-top: 24px;
}
.socials-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    margin: 0 -10px;
}
.socials-item {
    margin: 0 10px;
}
.socials-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    line-height: 1;
    font-size: 0;

    border-radius: 100%;
    background: var(--color-black-5);
}
