.social-icons {
    display: flex;
    align-items: center;
    gap: 10px; /*Расстояние между иконками */
    justify-content: flex-end; /*На ПК будет заебок справа*/
}

.whatslogoheader {
    text-align: right;
    cursor: pointer;
    width: 40px;
}

.zalupa{
    background: #10b981;
    color: var(--white);
    cursor: pointer;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 18px 40px;
    font-family: Inter Tight, sans-serif;
    font-weight: 700;
    line-height: 120%;
    transition: all .3s;
    display: flex;
    flex: 1;
    margin-top: 0;
}

.telegaheader {
    text-align: left;
    cursor: pointer;
    width: 30px;
}

@media (max-width: 768px) {
    .social-icons {
        justify-content: center;
    }
}