@charset "UTF-8";

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@-webkit-keyframes pulse {

	0%,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

@keyframes pulse {

	0%,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

@-webkit-keyframes rubberBand {

	0%,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}

@keyframes rubberBand {

	0%,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}

@-webkit-keyframes shake {

	0%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	0%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@-webkit-keyframes headShake {

	0%,
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
}

@keyframes headShake {

	0%,
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@-webkit-keyframes tada {

	0%,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

@keyframes tada {

	0%,
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

@-webkit-keyframes wobble {

	0%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

@keyframes wobble {

	0%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
}

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@-webkit-keyframes heartBeat {

	0%,
	28%,
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14%,
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

@keyframes heartBeat {

	0%,
	28%,
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14%,
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@-webkit-keyframes loading {
	0% {
		content: "."
	}

	35% {
		content: ".."
	}

	75% {
		content: "..."
	}
}

@keyframes loading {
	0% {
		content: "."
	}

	35% {
		content: ".."
	}

	75% {
		content: "..."
	}
}

@-webkit-keyframes move-roll {

	0%,
	71% {
		-webkit-transform: none;
		transform: none
	}

	70% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%)
	}
}

@keyframes move-roll {

	0%,
	71% {
		-webkit-transform: none;
		transform: none
	}

	70% {
		-webkit-transform: translateY(15%);
		transform: translateY(15%)
	}
}

@-webkit-keyframes scaleWave {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0)
	}

	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@keyframes scaleWave {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0)
	}

	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@-webkit-keyframes scrollDesktop {
	50% {
		background-position: center bottom
	}
}

@keyframes scrollDesktop {
	50% {
		background-position: center bottom
	}
}

@-webkit-keyframes modeError {
	30% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	50% {
		bottom: 10%
	}

	70% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
}

@keyframes modeError {
	30% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	50% {
		bottom: 10%
	}

	70% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aX8.ttf) format('truetype')
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aX8.ttf) format('truetype')
}

.resetlist {
	list-style-type: none;
	padding: 0;
	margin: 0
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body,
sub,
sup {
	position: relative
}

a,
body {
	outline: 0
}

body,
hr {
	padding: 0
}

body {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #000;
	margin: 0
}

.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border: 0;
	border-top: 5px solid #eee;
	margin: 30px 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #009da6;
	text-decoration: none;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio],
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

.slick-slide.slick-loading img,
[hidden],
template {
	display: none
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-slider {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	padding: 14px;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide,
.works .block-center .content .works-list .work-item:hover time {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(ajax-loader.gif) center center no-repeat
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: 0;
	outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@font-face {
	font-family: "slick";
	font-weight: 400;
	font-style: normal;
	src: url(fonts/slick.eot);
	src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted .slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

@font-face {
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/boogaloo/v23/kmK-Zq45GAvOdnaW6y1C9y4.ttf) format('truetype')
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

.flipInX,
.flipInY,
.flipOutX,
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

.flipInY,
.flipOutX,
.flipOutY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

.flipOutX,
.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX
}

.flipOutY {
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (print),
(prefers-reduced-motion:reduce) {
	.animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important
	}
}

.menu-button,
.menu-button__burger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.menu-button {
	cursor: pointer;
	background-color: transparent;
	z-index: 4;
	position: relative;
	text-decoration: none
}

.menu-button.show {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5)
}

.menu-button__burger {
	width: 46px;
	height: 30px
}

.menu-button__text {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700
}

#loader.show,
.burger-icon,
.menu-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#loader.show,
.menu-button-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.burger-icon {
	margin: auto;
	width: 30px;
	height: 2px;
	background-color: #fff;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.burger-icon::after,
.burger-icon::before {
	content: "";
	height: 2px;
	background-color: #fff;
	position: absolute;
	display: block
}

.burger-icon::before {
	top: -10px;
	width: 30px
}

.burger-icon::after {
	width: 20px;
	bottom: -10px
}

.menu.active .burger-icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff
}

.menu.active .burger-icon::after {
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 30px;
	background-color: #fff
}

#loader,
.menu.active .burger-icon::before {
	display: none
}

.breadcrumbs {
	position: relative;
	margin: 0 0 40px
}

.breadcrumb {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 14px
}

.breadcrumb,
.breadcrumb span {
	color: rgba(0, 0, 0, .5)
}

#loader.show p,
.breadcrumb li,
.menu-button.show {
	display: inline-block
}

.breadcrumb .divider {
	padding: 0 10px
}

@media (max-width:768px) {
	.breadcrumbs span {
		font-size: 14px
	}
}

.revealator-fade,
.revealator-rotateleft,
.revealator-rotateright,
.revealator-slidedown,
.revealator-slideleft,
.revealator-slideright,
.revealator-slideup,
.revealator-zoomin,
.revealator-zoomout {
	-webkit-transition: all 600ms;
	transition: all 600ms
}

.revealator-fade {
	opacity: 0
}

.revealator-fade.revealator-above,
.revealator-fade.revealator-partially-above,
.revealator-fade.revealator-within,
.social-links ul li a:hover:after {
	opacity: 1
}

.revealator-slideup {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
	opacity: 0
}

.revealator-slidedown.revealator-above,
.revealator-slidedown.revealator-partially-above,
.revealator-slidedown.revealator-within,
.revealator-slideleft.revealator-above,
.revealator-slideleft.revealator-partially-above,
.revealator-slideleft.revealator-within,
.revealator-slideright.revealator-above,
.revealator-slideright.revealator-partially-above,
.revealator-slideright.revealator-within,
.revealator-slideup.revealator-above,
.revealator-slideup.revealator-partially-above,
.revealator-slideup.revealator-within {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1
}

.revealator-slideleft {
	-webkit-transform: translate(100px, 0);
	transform: translate(100px, 0);
	opacity: 0
}

.revealator-slideright {
	-webkit-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
	opacity: 0
}

.revealator-slidedown {
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px);
	opacity: 0
}

.revealator-zoomin {
	-webkit-transform: scale(.75);
	transform: scale(.75);
	opacity: 0
}

.revealator-zoomin.revealator-above,
.revealator-zoomin.revealator-partially-above,
.revealator-zoomin.revealator-within,
.revealator-zoomout.revealator-above,
.revealator-zoomout.revealator-partially-above,
.revealator-zoomout.revealator-within {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.revealator-zoomout {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0
}

.revealator-rotateleft {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	opacity: 0
}

.revealator-rotateleft.revealator-above,
.revealator-rotateleft.revealator-partially-above,
.revealator-rotateleft.revealator-within,
.revealator-rotateright.revealator-above,
.revealator-rotateright.revealator-partially-above,
.revealator-rotateright.revealator-within {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

.revealator-rotateright {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	opacity: 0
}

.revealator-delay1 {
	-webkit-transition-delay: 100ms !important;
	transition-delay: 100ms !important
}

.revealator-delay1.revealator-below,
.revealator-delay1.revealator-partially-below,
.revealator-delay10.revealator-below,
.revealator-delay10.revealator-partially-below,
.revealator-delay11.revealator-below,
.revealator-delay11.revealator-partially-below,
.revealator-delay12.revealator-below,
.revealator-delay12.revealator-partially-below,
.revealator-delay13.revealator-below,
.revealator-delay13.revealator-partially-below,
.revealator-delay14.revealator-below,
.revealator-delay14.revealator-partially-below,
.revealator-delay15.revealator-below,
.revealator-delay15.revealator-partially-below,
.revealator-delay16.revealator-below,
.revealator-delay16.revealator-partially-below,
.revealator-delay17.revealator-below,
.revealator-delay17.revealator-partially-below,
.revealator-delay18.revealator-below,
.revealator-delay18.revealator-partially-below,
.revealator-delay19.revealator-below,
.revealator-delay19.revealator-partially-below,
.revealator-delay2.revealator-below,
.revealator-delay2.revealator-partially-below,
.revealator-delay20.revealator-below,
.revealator-delay20.revealator-partially-below,
.revealator-delay21.revealator-below,
.revealator-delay21.revealator-partially-below,
.revealator-delay22.revealator-below,
.revealator-delay22.revealator-partially-below,
.revealator-delay23.revealator-below,
.revealator-delay23.revealator-partially-below,
.revealator-delay24.revealator-below,
.revealator-delay24.revealator-partially-below,
.revealator-delay25.revealator-below,
.revealator-delay25.revealator-partially-below,
.revealator-delay26.revealator-below,
.revealator-delay26.revealator-partially-below,
.revealator-delay27.revealator-below,
.revealator-delay27.revealator-partially-below,
.revealator-delay28.revealator-below,
.revealator-delay28.revealator-partially-below,
.revealator-delay29.revealator-below,
.revealator-delay29.revealator-partially-below,
.revealator-delay3.revealator-below,
.revealator-delay3.revealator-partially-below,
.revealator-delay30.revealator-below,
.revealator-delay30.revealator-partially-below,
.revealator-delay4.revealator-below,
.revealator-delay4.revealator-partially-below,
.revealator-delay5.revealator-below,
.revealator-delay5.revealator-partially-below,
.revealator-delay6.revealator-below,
.revealator-delay6.revealator-partially-below,
.revealator-delay7.revealator-below,
.revealator-delay7.revealator-partially-below,
.revealator-delay8.revealator-below,
.revealator-delay8.revealator-partially-below,
.revealator-delay9.revealator-below,
.revealator-delay9.revealator-partially-below {
	-webkit-transition-delay: 0 !important;
	transition-delay: 0 !important
}

.revealator-delay2 {
	-webkit-transition-delay: 200ms !important;
	transition-delay: 200ms !important
}

.revealator-delay3 {
	-webkit-transition-delay: 300ms !important;
	transition-delay: 300ms !important
}

.revealator-delay4 {
	-webkit-transition-delay: 400ms !important;
	transition-delay: 400ms !important
}

.revealator-delay5 {
	-webkit-transition-delay: 500ms !important;
	transition-delay: 500ms !important
}

.revealator-delay6 {
	-webkit-transition-delay: 600ms !important;
	transition-delay: 600ms !important
}

.revealator-delay7 {
	-webkit-transition-delay: 700ms !important;
	transition-delay: 700ms !important
}

.revealator-delay8 {
	-webkit-transition-delay: 800ms !important;
	transition-delay: 800ms !important
}

.revealator-delay9 {
	-webkit-transition-delay: 900ms !important;
	transition-delay: 900ms !important
}

.revealator-delay10 {
	-webkit-transition-delay: 1000ms !important;
	transition-delay: 1000ms !important
}

.revealator-delay11 {
	-webkit-transition-delay: 1100ms !important;
	transition-delay: 1100ms !important
}

.revealator-delay12 {
	-webkit-transition-delay: 1200ms !important;
	transition-delay: 1200ms !important
}

.revealator-delay13 {
	-webkit-transition-delay: 1300ms !important;
	transition-delay: 1300ms !important
}

.revealator-delay14 {
	-webkit-transition-delay: 1400ms !important;
	transition-delay: 1400ms !important
}

.revealator-delay15 {
	-webkit-transition-delay: 1500ms !important;
	transition-delay: 1500ms !important
}

.revealator-delay16 {
	-webkit-transition-delay: 1600ms !important;
	transition-delay: 1600ms !important
}

.revealator-delay17 {
	-webkit-transition-delay: 1700ms !important;
	transition-delay: 1700ms !important
}

.revealator-delay18 {
	-webkit-transition-delay: 1800ms !important;
	transition-delay: 1800ms !important
}

.revealator-delay19 {
	-webkit-transition-delay: 1900ms !important;
	transition-delay: 1900ms !important
}

.revealator-delay20 {
	-webkit-transition-delay: 2000ms !important;
	transition-delay: 2000ms !important
}

.revealator-delay21 {
	-webkit-transition-delay: 2100ms !important;
	transition-delay: 2100ms !important
}

.revealator-delay22 {
	-webkit-transition-delay: 2200ms !important;
	transition-delay: 2200ms !important
}

.revealator-delay23 {
	-webkit-transition-delay: 2300ms !important;
	transition-delay: 2300ms !important
}

.revealator-delay24 {
	-webkit-transition-delay: 2400ms !important;
	transition-delay: 2400ms !important
}

.revealator-delay25 {
	-webkit-transition-delay: 2500ms !important;
	transition-delay: 2500ms !important
}

.revealator-delay26 {
	-webkit-transition-delay: 2600ms !important;
	transition-delay: 2600ms !important
}

.revealator-delay27 {
	-webkit-transition-delay: 2700ms !important;
	transition-delay: 2700ms !important
}

.revealator-delay28 {
	-webkit-transition-delay: 2800ms !important;
	transition-delay: 2800ms !important
}

.revealator-delay29 {
	-webkit-transition-delay: 2900ms !important;
	transition-delay: 2900ms !important
}

.revealator-delay30 {
	-webkit-transition-delay: 3000ms !important;
	transition-delay: 3000ms !important
}

.revealator-duration1,
.revealator-speed1 {
	-webkit-transition-duration: 100ms !important;
	transition-duration: 100ms !important
}

.revealator-duration2,
.revealator-speed2 {
	-webkit-transition-duration: 200ms !important;
	transition-duration: 200ms !important
}

.revealator-duration3,
.revealator-speed3 {
	-webkit-transition-duration: 300ms !important;
	transition-duration: 300ms !important
}

.revealator-duration4,
.revealator-speed4 {
	-webkit-transition-duration: 400ms !important;
	transition-duration: 400ms !important
}

.revealator-duration5,
.revealator-speed5 {
	-webkit-transition-duration: 500ms !important;
	transition-duration: 500ms !important
}

.revealator-duration6,
.revealator-speed6 {
	-webkit-transition-duration: 600ms !important;
	transition-duration: 600ms !important
}

.revealator-duration7,
.revealator-speed7 {
	-webkit-transition-duration: 700ms !important;
	transition-duration: 700ms !important
}

.revealator-duration8,
.revealator-speed8 {
	-webkit-transition-duration: 800ms !important;
	transition-duration: 800ms !important
}

.revealator-duration9,
.revealator-speed9 {
	-webkit-transition-duration: 900ms !important;
	transition-duration: 900ms !important
}

.revealator-duration10,
.revealator-speed10 {
	-webkit-transition-duration: 1000ms !important;
	transition-duration: 1000ms !important
}

.revealator-duration11,
.revealator-speed11 {
	-webkit-transition-duration: 1100ms !important;
	transition-duration: 1100ms !important
}

.revealator-duration12,
.revealator-speed12 {
	-webkit-transition-duration: 1200ms !important;
	transition-duration: 1200ms !important
}

.revealator-duration13,
.revealator-speed13 {
	-webkit-transition-duration: 1300ms !important;
	transition-duration: 1300ms !important
}

.revealator-duration14,
.revealator-speed14 {
	-webkit-transition-duration: 1400ms !important;
	transition-duration: 1400ms !important
}

.revealator-duration15,
.revealator-speed15 {
	-webkit-transition-duration: 1500ms !important;
	transition-duration: 1500ms !important
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

p {
	line-height: 120%;
	padding: 10px 0
}

h1,
h2 {
	line-height: 1.15
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 18px
}

.center {
	text-align: center
}

.small {
	font-size: 70%
}

.button {
	display: inline-block;
	padding: 0 30px;
	line-height: 50px;
	height: 50px;
	border: 1px solid #009da6;
	cursor: pointer;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

.button.invert,
.button:hover {
	background-color: #fff;
	border: 1px solid #009da6;
	color: #009da6
}

.button,
.button.invert:hover,
.services .service-item .service-buttons a.button:hover {
	background-color: #009da6;
	color: #fff
}

.pagination {
	padding: 30px 0;
	color: #1d1d1d
}

.page-nav.show ul,
.social-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.phone a,
.social-links ul li {
	display: inline-block;
	padding: 0 5px
}

.social-links ul li a,
.social-links ul li a:after,
.social-links ul li a:before {
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center
}

.social-links ul li a {
	overflow: hidden;
	position: relative;
	display: inline-block
}

.social-links ul li a:after,
.social-links ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

.social-links ul li a:after {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 0
}

.social-links ul li a#social-insta:before,
.social-links ul li a.social-insta:before {
	background-image: url(../img/icons/insta_icon.svg)
}

.social-links ul li a#social-insta:after,
.social-links ul li a.social-insta:after {
	background-image: url(../img/icons/insta_icon_white.svg)
}

.social-links ul li a#social-vk:before,
.social-links ul li a.social-vk:before {
	background-image: url(../img/icons/vk_icon.svg)
}

.social-links ul li a#social-vk:after,
.social-links ul li a.social-vk:after {
	background-image: url(../img/icons/vk_icon_white.svg)
}

.social-links ul li a#social-facebook:before,
.social-links ul li a.social-facebook:before {
	background-image: url(../img/icons/facebook_icon.svg)
}

.social-links ul li a#social-facebook:after,
.social-links ul li a.social-facebook:after {
	background-image: url(../img/icons/facebook_icon_white.svg)
}

.social-links ul li a#social-skype:before,
.social-links ul li a.social-skype:before {
	background-image: url(../img/icons/skype_icon.svg)
}

.social-links ul li a#social-skype:after,
.social-links ul li a.social-skype:after {
	background-image: url(../img/icons/skype_icon_white.svg)
}

.social-links ul li a#social-youtube:before,
.social-links ul li a.social-youtube:before {
	background-image: url(../img/icons/youtube_icon.svg)
}

.social-links ul li a#social-youtube:after,
.social-links ul li a.social-youtube:after {
	background-image: url(../img/icons/youtube_icon_white.svg)
}

.social-links ul li a#social-dzen:before,
.social-links ul li a.social-dzen:before {
	background-image: url(../img/icons/dzen_icon.svg)
}

.social-links ul li a#social-dzen:after,
.social-links ul li a.social-dzen:after {
	background-image: url(../img/icons/dzen_icon_white.svg)
}

.social-links ul li a#social-whatsapp:before,
.social-links ul li a.social-whatsapp:before {
	background-image: url(../img/icons/whatsapp_icon.svg)
}

.social-links ul li a#social-whatsapp:after,
.social-links ul li a.social-whatsapp:after {
	background-image: url(../img/icons/whatsapp_icon_white.svg)
}

.social-links ul li a#social-telegram:before,
.social-links ul li a.social-telegram:before {
	background-image: url(../img/icons/telegram_icon.svg)
}

.social-links ul li a#social-telegram:after,
.social-links ul li a.social-telegram:after {
	background-image: url(../img/icons/telegram_icon_white.svg)
}

.social-links2 {
	padding-top: 10px
}

.phone a {
	padding: 0 15px 0 30px;
	font-size: 18px;
	background: url(../img/icons/phone_icon.svg) 0 center no-repeat
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 9999
}

#loader.show {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#loader.show p {
	width: 80px;
	font-size: 14px;
	color: #009da6
}

#loader.show p:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -60px;
	background: url(../img/loader.svg) center center no-repeat;
	background-size: cover
}

#loader.show p:after {
	-webkit-animation: loading 1.5s infinite ease-in-out;
	animation: loading 1.5s infinite ease-in-out;
	content: "."
}

.wrapper {
	position: relative
}

.page-nav {
	position: fixed;
	right: 0;
	width: 45px;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
	-webkit-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
	opacity: 0
}

.page-nav.show {
	opacity: 1
}

.page-nav.show ul li {
	position: relative;
	display: block;
	margin: 30px 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, .5);
	opacity: .5;
	cursor: pointer
}

.page-nav.show ul li.active {
	background-color: #009da6;
	border-color: #fff
}

.page-nav.show ul li:after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: -30px;
	display: block;
	width: 0;
	height: 30px;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #000;
	opacity: .3
}

.page-nav.show ul li:last-child:after {
	display: none
}

nav,
nav .block-center {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

nav {
	height: 90px;
	z-index: 9;
	-webkit-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
	opacity: 0;
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

nav.fixed {
	position: fixed;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(transparent));
	background: linear-gradient(rgba(0, 0, 0, .7), transparent)
}

nav.show {
	opacity: 1
}

.footer .footer2 a,
nav a {
	color: #fff
}

nav .block-center {
	position: relative;
	max-width: 1140px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

nav .top-logo {
	padding: 0 15px
}

nav .top-logo img {
	width: 160px
}

.screen,
nav .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

nav .menu {
	height: 90px;
	line-height: 90px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

nav .menu.active ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

nav .menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0s linear .33s, opacity .33s linear;
	transition: all 0s linear .33s, opacity .33s linear
}

nav .menu ul li {
	display: inline-block;
	padding: 0 7px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

nav .menu ul li a {
	display: inline-block;
	line-height: 200%;
	border-bottom: 1px solid transparent
}

nav .menu ul li a:hover {
	border-color: rgba(255, 255, 255, .5)
}

.top {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	background-color: #009da6
}

.screen {
	position: relative;
	width: 100%;
	min-height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.screen .anchor {
	display: block;
	height: 0;
	position: absolute;
	top: 0
}

.screen.page {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: auto
}

.screen.page .block-center {
	padding: 0 30px
}

.screen.page .block-center .empty {
	height: 0;
	padding: 50px 0
}

.about .block-center .content .facts .fact-item div>span.biggest,
.screen.page .block-center h1.screen-title {
	font-size: 42px
}

.screen.page .block-center p {
	line-height: 150%
}

.screen.page .block-center img {
	max-width: 100% !important
}

.screen .block-center {
	position: relative;
	width: 100%;
	max-width: 1140px
}

.screen .block-center .screen-title {
	position: relative;
	padding: 25px;
	margin: 0 0 25px;
	line-height: 120%;
	text-align: center;
	font-size: 36px;
	font-weight: 700
}

.screen .block-center .screen-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20%;
	border-bottom: 3px solid #009da6
}

.screen .block-center .content {
	padding: 60px 0
}

.screen-start {
	background-color: #000;
	color: #fff
}

.screen-start .pirate {
	position: relative;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	width: 100%;
	height: 100vh;
	background: #000 url(../img/pirat.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: auto 100%;
	-webkit-transition: all 4s ease 0s;
	transition: all 4s ease 0s;
	opacity: 0
}

.screen-start .pirate:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100vh;
	background: radial-gradient(transparent 30%, #000 100%);
	z-index: 0
}

.screen-start .pirate.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.screen-start .logo {
	position: absolute;
	top: 20%;
	text-align: center;
	font-size: 22px
}

.screen-start .logo .logo-image,
.screen-start .logo .logo-name {
	padding: 5px 0;
	-webkit-transition: opacity 1.5s ease 0s;
	transition: opacity 1.5s ease 0s;
	opacity: 0
}

.screen-start .logo .logo-image.show,
.screen-start .logo .logo-name.show,
.screen-start .mouse-scroll.show:hover {
	opacity: 1
}

.screen-start .logo .logo-image img {
	-webkit-filter: drop-shadow(0 0 15px #000);
	filter: drop-shadow(0 0 15px #000)
}

.screen-start .mouse-scroll {
	position: absolute;
	bottom: 140px;
	display: block;
	width: 32px;
	height: 48px;
	-webkit-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
	opacity: 0
}

.screen-start .mouse-scroll.show {
	opacity: .5;
	-webkit-animation-play-state: play;
	animation-play-state: play
}

.screen-start .mouse-scroll #mouse-scroll-roll {
	-webkit-animation: move-roll 1.5s infinite ease-in-out;
	animation: move-roll 1.5s infinite ease-in-out
}

.screen-start .mouse-scroll,
.screen-start .mouse-scroll:hover #mouse-scroll-roll,
.works .block-center .content .block-screenshots .screenshot.screenshot-desktop:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.footer {
	min-height: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer .footer1 {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 160px;
	text-align: center
}

.footer .footer1 .footer-description {
	padding: 0 15px;
	margin: auto;
	max-width: 720px
}

.footer .footer1 .footer-button {
	padding: 20px 0
}

.footer .footer2,
.footer .footer2 .block-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer .footer2 {
	position: relative;
	-webkit-box-pack: center;
	padding: 60px;
	width: 100%;
	background-color: #009da6;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer .footer2 .block-center {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .footer2 .block-center>div {
	margin: 30px 30px 30px 0
}

.footer .footer2 .block-center .footer-contacts,
.footer .footer2 .block-center .footer-logo {
	text-align: center
}

.footer .footer2 .block-center .footer-logo img {
	width: 220px
}

.footer .footer2 .block-center .footer-contacts .footer-callback {
	margin: 20px 0
}

.footer .footer2 .block-center .footer-contacts .footer-callback .button {
	line-height: 36px;
	height: 36px;
	border-color: #fff;
	font-size: 12px;
	font-weight: 700
}

.footer .footer2 .block-center .footer-menu ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: 700
}

.footer .footer2 .block-center .footer-menu ul.menu li {
	padding: 0 0 10px
}

.footer .footer2 .block-center .footer-other p {
	padding: 0 0 30px;
	margin: 0;
	line-height: 100%
}

.footer .footer2 .block-center .footer-other p:last-of-type {
	padding-bottom: 0
}

.footer .footer2 .block-center .accred {
	width: 100%;
	display: grid;
	grid-template-columns: 200px 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	margin-top: 0 !important
}

.footer .footer2 .block-center .accred p {
	width: 100%;
	font-size: 14px
}

.footer .footer2 .block-center .footnote {
	width: 100%;
	margin: 0;
	font-size: 12px;
	line-height: normal;
	opacity: .5;
	text-align: center
}

.wave,
.wave .wave-in {
	position: absolute;
	left: 0
}

.wave {
	width: 100%;
	height: 160px;
	z-index: 0
}

.wave .wave-in {
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1
}

.wave-top {
	top: 0
}

.wave-top .wave-in {
	-webkit-transform: perspective(400px);
	transform: perspective(400px)
}

.wave-bottom {
	bottom: 0
}

.wave-menu {
	position: fixed;
	left: 0;
	width: 100%;
	top: 100vh;
	margin-top: -160px;
	z-index: 100;
	-webkit-animation: scaleWave .3s 1 ease-in-out;
	animation: scaleWave .3s 1 ease-in-out
}

@media (max-width:768px) {
	.footer .footer2 .block-center .accred {
		grid-template-columns: 1fr;
		gap: 0
	}

	.footer .footer2 .block-center .accred img {
		margin: auto
	}

	.footer .footer2 .block-center .accred p {
		text-align: center;
		font-size: 13px
	}
}

.services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0
}

.services .service-item {
	margin: 0;
	background-position: center center;
	background-repeat: repeat;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 1px solid #eee;
	text-align: center
}

.services .service-item.invert {
	background-color: #009da6
}

.services .service-item.invert .service-content,
.services .service-item.invert .service-content a {
	color: #fff
}

.services .service-item.invert .service-content .service-image {
	border-color: #fff
}

.services .service-item .service-content {
	padding: 30px 30px 130px
}

.services .service-item .service-content .service-image {
	position: relative;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 150px;
	height: 150px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #009da6;
	overflow: hidden
}

.services .service-item .service-content .service-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150px;
	max-height: 150px
}

.services .service-item .service-content .service-title {
	padding: 15px 0;
	font-size: 18px
}

.services .service-item .service-content .service-description {
	font-size: 12px;
	line-height: 18px;
	min-height: 72px
}

.services .service-item .service-buttons {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px;
	background-color: #fff;
	border-radius: 0 0;
}

.services .service-item .service-buttons:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -29.5px;
	height: 30px;
	width: 100%;
	background: url(../img/wave_bottom.svg) center bottom no-repeat;
	background-size: 100%
}

.services .service-item .service-buttons a {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 700
}

.services .service-item .service-buttons a.button {
	border: 1px solid #009da6;
	padding: 0 30px
}

@media (max-width:480px) {
	.services {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 0
	}

	.services .service-item {
		width: 280px
	}

	.services .service-item .service-content {
		padding: 30px 30px 180px
	}
}

.pirate-about {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
	background: url(../img/pirat.svg) 90% center no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.about,
.banner .block-center .content .banner-description a,
.error404 a {
	color: #fff
}

.about .block-center .content {
	padding: 120px 0;
	max-width: 900px;
	text-align: center
}

.about .block-center .content .screen-title {
	text-transform: uppercase;
	font-weight: 400
}

.about .block-center .content .screen-title:after,
.works .block-center .content .screen-title:after {
	border-color: #fff !important
}

.about .block-center .content .about-description {
	padding: 15px;
	margin: auto;
	max-width: 640px
}

.about .block-center .content .button-white {
	display: inline-block;
	width: 220px;
	line-height: 50px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, .7);
	text-align: center;
	font-size: 18px;
	color: #fff
}

.about .block-center .content .button-white:hover {
	background-color: #fff;
	color: #009da6
}

.about .block-center .content .facts {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.about .block-center .content .facts,
.about .block-center .content .facts .fact-item,
.arguments,
.arguments .argument-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.about .block-center .content .facts .fact-item {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 160px;
	height: 160px;
	margin: 30px;
	line-height: 120%;
	font-weight: 700;
	font-size: 18px
}

.about .block-center .content .facts .fact-item:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 180px;
	height: 180px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about .block-center .content .facts .fact-item div {
	width: 150px
}

.about .block-center .content .facts .fact-item div>span {
	display: block;
	line-height: 160%
}

.about .block-center .content .facts .fact-item div>span.big {
	font-size: 36px
}

.about .block-center .content .facts .fact-item div>span.medium {
	font-size: 24px
}

@media (max-width:920px) {
	.pirate-about:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .3);
		z-index: 0
	}

	.about .block-center .content .facts .fact-item {
		width: 120px;
		height: 120px;
		margin: 30px;
		font-size: 14px
	}

	.about .block-center .content .facts .fact-item div {
		width: 100px
	}

	.about .block-center .content .facts .fact-item div>span {
		display: block;
		line-height: 120%
	}

	.about .block-center .content .facts .fact-item div>span.biggest {
		font-size: 32px
	}

	.about .block-center .content .facts .fact-item div>span.big {
		font-size: 24px
	}

	.about .block-center .content .facts .fact-item div>span.medium {
		font-size: 18px
	}
}

@media (max-width:740px) {
	.pirate-about:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .3);
		z-index: 0
	}

	.about .block-center .content .facts .fact-item {
		width: 80px;
		height: 80px;
		margin: 30px;
		font-size: 12px
	}

	.about .block-center .content .facts .fact-item div {
		width: 100px
	}

	.about .block-center .content .facts .fact-item div>span {
		display: block;
		line-height: 120%
	}

	.about .block-center .content .facts .fact-item div>span.biggest {
		font-size: 24px
	}

	.about .block-center .content .facts .fact-item div>span.big {
		font-size: 18px
	}

	.about .block-center .content .facts .fact-item div>span.medium {
		font-size: 14px
	}
	.services { grid-template-columns: repeat(2, 1fr); }
}

.arguments,
.arguments .argument-form {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.arguments {
	counter-reset: arg;
	padding: 30px 0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.arguments .argument-form,
.arguments .argument-item {
	position: relative;
	width: 510px;
	padding: 30px;
	margin: 30px
}

.arguments .argument-item:before {
	counter-increment: arg;
	content: counter(arg);
	position: absolute;
	left: -30px;
	top: 100px;
	font-size: 280px;
	font-weight: 700;
	color: #eee;
	z-index: -1
}

.arguments .argument-item .argument-title {
	font-weight: 700;
	font-size: 24px;
	color: #009da6
}

.arguments .argument-item .argument-description {
	padding: 15px 0;
	font-size: 14px
}

.arguments .argument-form {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 480px;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .25)
}

.arguments .argument-form .argument-form-title {
	padding: 15px 0;
	font-size: 24px;
	font-weight: bolder
}

.arguments .argument-form .argument-form-description {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	text-align: center;
	font-size: 18px;
	padding: 0 60px
}

.arguments .argument-form .argument-form-button {
	padding: 15px 0
}

@media (max-width:740px) {

	.arguments .argument-form,
	.arguments .argument-item {
		position: relative;
		width: 320px;
		padding: 15px;
		margin: 15px
	}

	.arguments .argument-form {
		width: 280px
	}

	.arguments .argument-form .argument-form-title {
		padding: 15px 0;
		font-size: 18px;
		font-weight: bolder
	}

	.arguments .argument-form .argument-form-description {
		text-align: center;
		font-size: 14px;
		padding: 0 15px
	}
}

.works {
	background: -webkit-gradient(linear, left top, left bottom, from(#004ca6), to(#42e5d2));
	background: linear-gradient(#004ca6, #42e5d2);
	color: #fff
}

.works .wave-bottom {
	margin-bottom: 300px
}

.works .wave-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -300px;
	width: 100%;
	height: 300px;
	background-color: #fff
}

.works .block-center .content {
	margin-top: 100px;
	text-align: center
}

.works .block-center .content .pagination {
	margin: 45px 0
}

.works .block-center .content .work-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 30px;
	margin: 60px 0 0;
	text-align: center;
	color: #1d1d1d
}

.works .block-center .content .work-info>div {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin: 15px 15px 0;
	padding: 15px 0
}

.works .block-center .content .work-info .work-link,
.works .block-center .content .work-info .work-type {
	border-bottom: 1px solid #009da6
}

.works .block-center .content .work-info .work-archive {
	font-weight: 700;
	color: silver
}

.works .block-center .content .work-info .work-date {
	border-bottom: 2px solid #eee;
	color: silver
}

.works .block-center .content .work-info .work-date time {
	font-size: 64px
}

.works .block-center .content .works-categories ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	width: 100%
}

.works .block-center .content .works-categories ul li {
	display: inline-block;
	padding: 0;
	margin: 2px 0;
	font-size: 13px
}

.works .block-center .content .works-categories ul li.biggest {
	font-size: 18px
}

.works .block-center .content .works-categories ul li.big {
	font-size: 15px
}

.works .block-center .content .works-categories ul li a {
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 25px
}

.works .block-center .content .works-categories ul li a.active,
.works .block-center .content .works-categories ul li a:hover {
	border: 1px solid rgba(255, 255, 255, .3)
}

.works .block-center .content .works-categories ul li a:hover {
	background-color: rgba(255, 255, 255, .1)
}

.works .block-center .content .block-screenshots {
	position: relative;
	padding: 30px 0;
	min-height: 500px
}

.works .block-center .content .block-screenshots .screenshot {
	position: absolute;
	background-color: #fff;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100%;
	border-radius: 7px;
	border: 1px solid #fff;
	border-top: 15px solid #fff;
	border-bottom: 5px solid #fff;
	-webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, .3);
	box-shadow: 0 15px 50px rgba(0, 0, 0, .3)
}

.works .block-center .content .block-screenshots .screenshot.screenshot-desktop {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	width: 640px;
	height: 380px;
	border-top: 10px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 35px solid #fff;
	-webkit-animation: scrollDesktop 30s infinite linear;
	animation: scrollDesktop 30s infinite linear;
	z-index: 1
}

.works .block-center .content .block-screenshots .screenshot.screenshot-desktop:before {
	content: "";
	position: absolute;
	bottom: -75px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 30px;
	width: 50%;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(silver), to(#eee));
	background-image: linear-gradient(silver, #eee);
	border-bottom: 10px solid #fff;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	z-index: 0
}

.works .block-center .content .block-screenshots .screenshot.screenshot-desktop:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 25px;
	width: 15px;
	line-height: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #009da6
}

.works .block-center .content .block-screenshots .screenshot.screenshot-phone,
.works .block-center .content .block-screenshots .screenshot.screenshot-tablet {
	left: 50%;
	top: 50%;
	width: 220px;
	height: 300px;
	margin: 6% 0 0 25%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-bottom: 15px solid #fff;
	z-index: 2
}

.works .block-center .content .block-screenshots .screenshot.screenshot-phone {
	margin: 12% 0 0 17%;
	width: 120px;
	height: 220px;
	border-bottom: 20px solid #fff;
	z-index: 3
}

.works .block-center .content .block-screenshots .screenshot.screenshot-phone:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -17px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #009da6;
	background-color: #fff
}

.works .block-center .content .block-screenshots .screenshot.screenshot-phone:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	border-radius: 3px;
	background-color: #1d1d1d
}

.works .block-center .content .works-button {
	padding: 100px 0 60px
}

.works .block-center .content .works-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.works .block-center .content .works-list .work-item {
	position: relative;
	width: 260px;
	height: 320px;
	margin: 30px 10px;
	border-radius: 7px;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-perspective: 1000;
	perspective: 1000
}

.works .block-center .content .works-list .work-item .flipper {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 320px;
	border-radius: 7px;
	overflow: hidden
}

.works .block-center .content .works-list .work-item.back {
	opacity: .7
}

.works .block-center .content .works-list .work-item:nth-child(even) {
	-webkit-transform: translateY(60px);
	transform: translateY(60px)
}

.works .block-center .content .works-list .work-item:nth-child(even):hover {
	-webkit-transform: scale(1.1, 1.1) translateY(60px);
	transform: scale(1.1, 1.1) translateY(60px)
}

.works .block-center .content .works-list .work-item:hover {
	-webkit-box-shadow: 0 10px 30px #42e5d2;
	box-shadow: 0 10px 30px #42e5d2;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	z-index: 8
}

.works .block-center .content .works-list .work-item.show span.work-content,
.works .block-center .content .works-list .work-item:hover span.work-content {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.works .block-center .content .works-list .work-item.show:hover span.work-content {
	opacity: 0;
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2)
}

.works .block-center .content .works-list .work-item time {
	display: none;
	position: absolute;
	right: 0;
	top: -20px;
	width: auto;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	border-radius: 7px;
	text-align: right;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	z-index: 2
}

.works .block-center .content .works-list .work-item span.work-screenshot {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 320px;
	background: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover
}

.works .block-center .content .works-list .work-item span.work-content {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 260px;
	height: 320px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
	opacity: 0;
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2)
}

.works .block-center .content .works-list .work-item span.work-content i.work-image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 30px;
	width: 120px;
	height: 120px
}

.works .block-center .content .works-list .work-item span.work-content i.work-image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	border-top: 3px solid #fff
}

.works .block-center .content .works-list .work-item span.work-content i.work-image img {
	max-width: 100%
}

.works .block-center .content .works-list .work-item span.work-content b.work-title {
	position: relative;
	width: 200px;
	line-height: 110%;
	padding: 15px 0;
	color: #fff;
	font-size: 16px;
	overflow: hidden
}

@media (max-width:1140px) {
	.works .block-center .content .works-list {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.works .block-center .content .works-list .work-item.back {
		opacity: .7
	}

	.works .block-center .content .works-list .work-item:nth-child(even) {
		-webkit-transform: none;
		transform: none
	}

	.works .block-center .content .works-list .work-item:nth-child(even):hover {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1)
	}
}

@media (max-width:800px) {
	.works .block-center .content .works-categories ul li {
		font-size: 14px
	}

	.works .block-center .content .block-screenshots {
		position: relative;
		padding: 30px 0;
		min-height: 400px
	}

	.works .block-center .content .block-screenshots .screenshot.screenshot-desktop {
		margin: 0;
		width: 100%;
		max-width: 480px;
		height: 70%
	}

	.works .block-center .content .block-screenshots .screenshot.screenshot-tablet {
		display: none
	}
}

@media (max-width:480px) {
	.works .block-center .content .block-screenshots .screenshot.screenshot-desktop {
		width: 100%;
		max-width: 320px;
		height: 120%;
		-webkit-animation: none;
		animation: none
	}

	.works .block-center .content .block-screenshots .screenshot.screenshot-desktop:before,
	.works .block-center .content .block-screenshots .screenshot.screenshot-phone {
		display: none
	}

	.works .block-center .content .block-screenshots .screenshot.screenshot-desktop:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		right: auto
	}
}

.articles,
.articles .article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.articles {
	-webkit-box-pack: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: start
}

.articles .article {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 5px;
	margin: 2% 1%;
	width: 48%
}

.articles .article.important {
	background-color: #009da6;
	color: #fff
}

.articles .article.important a,
.articles .article.important h2 {
	color: #fff !important
}

.articles .article.important .article-image {
	border-color: #fff
}

.articles .article .article-image {
	position: relative;
	margin: 10px;
	width: 160px;
	height: 160px;
	border-radius: 7px;
	border: 1px solid rgba(0, 0, 0, .2);
	overflow: hidden
}

.articles .article .article-image a {
	position: relative;
	display: block;
	width: 160px;
	height: 160px
}

.articles .article .article-image a img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.articles .article .article-image a img.noimage {
	-o-object-fit: contain;
	object-fit: contain;
	width: 140px;
	height: 140px
}

.articles .article .article-content {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	padding: 0 15px;
	font-size: 14px
}

.articles .article .article-content h2 {
	font-size: 18px;
	font-weight: 700;
	color: #009da6
}

@media (max-width:800px) {
	.articles .article {
		width: 100%
	}
}

@media (max-width:480px) {
	.articles .article .article-image {
		display: none
	}
}

.banner {
	background-color: #009da6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed
}

.banner.shadow:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5)
}

.banner .banner-gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 0
}

.banner .banner-gallery:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 1
}

.banner .banner-gallery .banner-slider {
	overflow: hidden
}

.banner .banner-gallery .banner-slider,
.banner .banner-gallery .banner-slider .owl-stage-outer,
.banner .banner-gallery .banner-slider .owl-stage-outer .owl-stage {
	position: relative;
	width: 100%;
	height: 100%
}

.banner .banner-gallery .banner-slider .owl-stage-outer .owl-stage .owl-item {
	position: relative;
	float: left;
	width: 100%;
	height: 100%
}

.banner .banner-gallery .banner-slider .owl-stage-outer .owl-stage .owl-item .banner-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.banner .banner-image,
.error404 .big-error {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 0
}

.banner .banner-image {
	max-width: 1140px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%
}

.banner .block-center .content {
	margin: 100px 0;
	line-height: 120%;
	font-size: 24px;
	text-align: center;
	color: #fff
}

.banner .block-center .content .banner-title {
	line-height: 120%;
	padding: 30px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	font-size: 42px;
	font-weight: 700
}

.banner .block-center .content .banner-description {
	line-height: 160%
}

.banner .block-center .content .banner-description ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 70%
}

.banner .block-center .content .banner-button {
	padding: 30px 0 0;
	text-align: center
}

.banner .block-center .content .banner-button .button {
	margin: 5px;
	display: inline-block;
	position: relative;
	background-color: transparent;
	border-color: rgba(255, 255, 255, .5);
	font-size: 18px;
	font-weight: 700
}

.banner .block-center .content .banner-button .button.invert {
	background: rgba(255, 255, 255, .7);
	padding: 0 40px;
	font-weight: 400;
	color: #1d1d1d
}

.banner .block-center .content .banner-button .button:hover {
	background-color: rgba(255, 255, 255, .3);
	color: #fff
}

.error404 {
	background-color: #000
}

.error404 .big-error {
	left: 0;
	top: 0;
	white-space: nowrap;
	font-family: "Boogaloo", cursive;
	font-size: 800px;
	letter-spacing: -.22em;
	color: rgba(255, 255, 255, .1);
	overflow: hidden
}

.error404 .big-error div {
	position: absolute;
	right: 10%;
	bottom: 0;
	line-height: 50%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-animation: modeError 10s infinite linear;
	animation: modeError 10s infinite linear
}

.error404 .big-error div .char-1 {
	font-size: 1.2em
}

.error404 .big-error div .char-2 {
	font-size: 1em
}

.error404 .big-error div .char-3 {
	font-size: .8em
}

.error404 .block-center {
	text-align: center;
	font-size: 24px;
	color: #fff
}

.error404 .block-center .screen-title:after {
	border-color: #fff
}

@media (max-width:840px) {
	.error404 .big-error {
		font-size: 550px
	}
}

@media (max-width:540px) {
	.error404 .big-error {
		font-size: 400px
	}
}

@media (max-width:380px) {
	.error404 .big-error {
		font-size: 300px
	}
}

@media (max-width:1140px) {
	.menu {
		position: relative
	}

	.menu:before {
		content: "";
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: #000;
		-webkit-transition: all .2s ease 0s;
		transition: all .2s ease 0s;
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0
	}

	.menu:after {
		content: "";
		position: fixed;
		top: 50px;
		left: 50%;
		-webkit-transform: translateX(-50%) scale(0, 0);
		transform: translateX(-50%) scale(0, 0);
		width: 260px;
		height: 120px;
		background: url(../img/logo.svg) center center no-repeat;
		background-size: 100%;
		-webkit-transition: -webkit-transform .2s ease 0s;
		transition: transform .2s ease 0s;
		transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
	}

	.menu.active:before {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1
	}

	.menu.active:after {
		-webkit-transform: translateX(-50%) scale(1, 1);
		transform: translateX(-50%) scale(1, 1)
	}

	.menu ul {
		width: 0;
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0)
	}

	.menu.active {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10
	}

	.menu.active .menu-button,
	.menu.active ul {
		position: absolute;
		top: 30px;
		left: 0
	}

	.menu.active ul {
		display: block;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%) scale(1, 1);
		transform: translate(-50%, -50%) scale(1, 1);
		width: auto;
		text-align: center;
		z-index: 11
	}

	.menu.active ul li {
		position: relative;
		display: block;
		line-height: 48px;
		font-size: 24px;
		font-weight: 400;
		z-index: 12
	}

	.footer .footer2 .block-center>div {
		margin: 15px 0
	}

	.footer .footer2 .block-center .footer-menu {
		display: none
	}

	.footer .footer2 .block-center .footer-other p {
		padding: 15px 0;
		text-align: center
	}
}

@media (max-width:640px) {
	nav .social-links {
		display: none
	}

	.banner .block-center .content {
		padding: 30px;
		font-size: 18px
	}

	.banner .block-center .content .banner-title {
		font-size: 32px
	}
}

@media (max-width:480px) {
	.top-logo {
		position: absolute;
		top: 70px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0 15px
	}

	.top-logo img {
		width: 160px
	}

	.screen.page .block-center {
		font-size: 14px
	}

	.screen.page .block-center h1.screen-title {
		font-size: 24px
	}

	.screen .block-center .screen-title {
		font-size: 20px
	}

	.screen .block-center .screen-title:after {
		width: 120px
	}

	.footer .footer2 .block-center>div {
		width: 100%;
		margin: 15px 0
	}

	.footer .footer2 .block-center .footer-menu,
	.footer .footer2 .block-center .footer-other p br {
		display: none
	}

	.footer .footer2 .block-center .footer-other {
		width: 100%
	}

	.footer .footer2 .block-center .footer-other p {
		padding: 15px 0;
		text-align: center
	}
}

/*# sourceMappingURL=style.css.map */
#progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: #009da6;
	z-index: 10000;
	transition: opacity .3s ease
}

#progress-bar.done {
	opacity: 0
}