@keyframes advantagesArrow {
	from {
		bottom:8px;
	}
	50% {
		bottom:15px;
	}
	to {
		bottom:8px;
	}
}
#content.index .advantages .item_3 .title:after {
	animation: advantagesArrow  1s infinite ease-in-out;
}