
/* размер иконок */
#rec2214647341 .t-sociallinks__item {
    width: 44px !important;
    height: 44px !important;
}

/* сама иконка */
#rec2214647341 .t-sociallinks__svg {
    width: 44px !important;
    height: 44px !important;
    transition: all 0.25s ease;
}

/* плавность */
#rec2214647341 .t-sociallinks__item {
    transition: transform 0.25s ease;
}

/* ХОВЕР */
#rec2214647341 .t-sociallinks__item:hover {
    transform: translateY(-3px);
}

/* смена цвета на чёрный */
#rec2214647341 .t-sociallinks__item:hover .t-sociallinks__svg path {
    fill: #000000 !important;
}
</style>