.header-social {
    display: flex;
    align-items: center;
    gap: 10px;
    float: left;
    margin-top: -16px;
    margin-left: 30px;
    position: relative;
    z-index: 3;
}

header.et-fixed-header .header-social {
    margin-top: -12px;
}

.header-social__item {
    display: block;
    line-height: 0;
}

.header-social__icon {
    --size: 50px;

    display: inline-block;
    width: var(--size);
    height: var(--size);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

header.et-fixed-header .header-social__icon {
    --size: 40px;
}

.header-social__icon--max {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect width='30' height='30' rx='15' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1934 23.9486C13.4269 23.9486 12.606 23.6896 11.1791 22.6536C10.2765 23.8191 7.41835 24.73 7.29369 23.1716C7.29369 22.0018 7.03581 21.0133 6.74355 19.9342C6.39542 18.6046 6 17.124 6 14.9786C6 9.85477 10.1862 6 15.1461 6C20.1103 6 23.9999 10.0447 23.9999 15.0261C24.0166 19.9305 20.0765 23.9225 15.1934 23.9486ZM15.2664 10.4289C12.851 10.3037 10.9685 11.9829 10.5516 14.616C10.2077 16.796 10.818 19.4507 11.3381 19.5888C11.5874 19.6493 12.2149 19.1399 12.606 18.7471C13.2527 19.1958 14.0058 19.4653 14.7894 19.5284C17.2922 19.6493 19.4308 17.7356 19.5988 15.2247C19.6966 12.7084 17.7696 10.5772 15.2664 10.4332V10.4289Z' fill='url(%23paint0_linear_252_2)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1934 23.9486C13.4269 23.9486 12.606 23.6896 11.1791 22.6536C10.2765 23.8191 7.41835 24.73 7.29369 23.1716C7.29369 22.0018 7.03581 21.0133 6.74355 19.9342C6.39542 18.6046 6 17.124 6 14.9786C6 9.85477 10.1862 6 15.1461 6C20.1103 6 23.9999 10.0447 23.9999 15.0261C24.0166 19.9305 20.0765 23.9225 15.1934 23.9486ZM15.2664 10.4289C12.851 10.3037 10.9685 11.9829 10.5516 14.616C10.2077 16.796 10.818 19.4507 11.3381 19.5888C11.5874 19.6493 12.2149 19.1399 12.606 18.7471C13.2527 19.1958 14.0058 19.4653 14.7894 19.5284C17.2922 19.6493 19.4308 17.7356 19.5988 15.2247C19.6966 12.7084 17.7696 10.5772 15.2664 10.4332V10.4289Z' fill='url(%23paint1_radial_252_2)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_252_2' x1='8.12125' y1='19.6896' x2='24' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2344CCFF'/%3E%3Cstop offset='0.662' stop-color='%235533EE'/%3E%3Cstop offset='1' stop-color='%239933DD'/%3E%3C/linearGradient%3E%3CradialGradient id='paint1_radial_252_2' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(5.57177 -1.90534) rotate(51.356) scale(21.8433 9)'%3E%3Cstop stop-color='%230000FF'/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
}

@media (max-width: 980px) {
    .header-social {
        margin-left: 0;
        margin-top: 1px;
        margin-right: 22px;
    }

    header.et-fixed-header .header-social {
        margin-top: 1px;
    }

    .header-social__icon {
        --size: 30px;
    }
}

@media (max-width: 362px) {
    .header-social {
        margin-right: 16px;
    }

    .et_header_style_left #et-top-navigation {
        padding-left: 160px!important;
    }
}