a.messengers__instagram {
	background-image: url( '../images/instagram_icon.png' );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.to-top {
	bottom: 180px;
}

@media ( max-width: 600px ) {
	.to-top {
		bottom: 160px;
	}
}