.header__socials {
    display: none;
}

@media(max-width: 767px) {
    .header__socials {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding-top: 20px;
    }

    .header__max-img {
        width: 25px;
        height: auto;
    }

    .header__telegram-img {
        width: 25px;
        height: auto;
    }

    .header__phone-link svg {
        width: 25px;
        height: auto;
        color: var(--color-primary);
    }

    .header__phone-link svg g {
        fill: var(--color-primary);
    }
}