/* Reset
/ ============================== */


body {
width: 40px;
height: 40px;
}

/* Header
/ ============================== */

@keyframes zooAnime {
	0% {
		fill-opacity: 0;
		stroke-dashoffset: 2064;
	}
	20% {
		fill-opacity: 0;
		stroke: #2c3e50;
	}
	100% {
		fill-opacity: 1;
		stroke-dashoffset: 0;
	}
}
@keyframes textAnime {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Main
/ ============================== */
.main .block {
	margin-bottom: 80px;
}
	.main .block .title {
		margin-bottom: 15px;
		line-height: 1;
		font-weight: 400;
	}
	.main .block p {
		margin-bottom: 10px;
		line-height: 1;
	}

.main .text-center {
	display: block;
	text-align: center;
}


.item {
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 25px;
}
.item .zoo-item {
	
	margin: 0;
}
