/*html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: arial;
	font-size: 4em;
	font-weight: 700;
	color: rgba(#000, 0.05);
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
}

button {
	position: absolute;
	top: 4em;
	left: 4em;
}
*/
.container {
	position: relative;
	width: 950px;
	height: 600px;
	overflow: hidden;
}

.animation-card {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 100%;
}

.animation-card .ruslcard {
	z-index: 1;
}
/*
.animation-card:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.animation-card:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}*/
