.t228__right_social_links_wrap .t228__right_social_links_item:nth-child(1){
    animation: rotate 5s infinite;
}
.t228__right_social_links_wrap .t228__right_social_links_item:nth-child(2){
    animation: rotate2 5s 2.5s infinite;
}
@keyframes rotate {
	0% {
		 transform: scale(1) rotateZ(0deg);
	}
	50% {
		 transform: scale(1) rotateZ(360deg);
	}

	100% {
		 transform: scale(1) rotateZ(360deg);
	}
}
@keyframes rotate2 {
	0% {
		 transform: scale(1) rotateZ(0deg);
	}
	50% {
		 transform: scale(1) rotateZ(360deg);
	}

	100% {
		 transform: scale(1) rotateZ(360deg);
	}
}

#rec313305812 .t649__col:hover .t-btn{background-color: #caa46e !important;}