

.slider__move {
	display: flex;
	transition: transform .5s ease-out;
	transform: translateX(0);
}

