*,
*::before,
*::after {
	box-sizing: border-box;
}
.container {
	/* max-width: 700px; */
	max-width: 91.66666667%;
	margin: 0 auto;
}
.al__wrapper {
	overflow: hidden;
}
.al__item {
	/* flex: 0 0 50%; */
	/* max-width: 50%; */
	/* height: 250px; */
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: 7rem;
}
.al__item:nth-child(1) {
	/* background-color: #f44336; */
}
.al__item:nth-child(2) {
	/* background-color: #9c27b0; */
}
.al__item:nth-child(3) {
	/* background-color: #3f51b5; */
}
.al__item:nth-child(4) {
	/* background-color: #03a9f4; */
}
.al__item:nth-child(5) {
	/* background-color: #4caf50; */
}
.al {
	position: relative;
}
.al__wrapper {
	overflow: hidden;
}
.al__items {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
}
.al__transition-none {
	transition: none;
}
.al__item {
	/* flex: 0 0 100%; */
	/* max-width: 100%; */
	user-select: none;
	will-change: transform;
}
.all__items_1 img,
.all__items_2 img,
.all__items_3 img,
.all__items_4 img,
.all__items_5 img,
.all__items_6 img,
.all__items_7 img,
.all__items_8 img,
.all__items_9 img {
	margin-right: 34px;
}

.al__btn {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 50px;
	color: #fff;
	text-align: center;
	background: rgb(0 0 0 / 20%);
	border: none;
	transform: translateY(-50%);
	cursor: pointer;
}
.al__btn_hide {
	display: none;
}
.al__btn_prev {
	left: 0;
}
.al__btn_next {
	right: 0;
}
.al__btn:hover,
.al__btn:focus {
	color: #fff;
	text-decoration: none;
	background: rgb(0 0 0 / 30%);
	outline: 0;
}
.al__btn::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}
.al__btn_prev::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.al__btn_next::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.al__indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	margin: 0 15%;
	padding-left: 0;
	list-style: none;
	bottom: -37px;
}
.al__indicator {
	flex: 0 1 auto;
	box-sizing: content-box;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgb(255 255 255 / 50%);
	background-clip: padding-box;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	cursor: pointer;
	border-radius:50%;
}
.al__indicator_active {
	background-color: rgb(255 255 255 / 90%);
}