.automation-wrapper {
	margin-top: 20px;
}
.automation h2 {
	padding: 30px 35px;
	margin-bottom: 1px;
}
.automation__menu {
	margin: 20px 0 25px;
}
.automation__section {
	align-items: stretch!important;
	overflow: hidden;
}
	.automation__section .bigger-h1 {
		padding: 20px 0;
	}
.automation-preview__wrapper {
	display: flex;
	align-items: center;
	padding: 15px 35px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	flex-grow: 1;
	background-size: cover;
}
	.automation-preview__text {
		text-transform: none!important;
		padding: 10px 0 25px!important;
	}
.automation__items {
	display: flex;
	flex-wrap: wrap;
	min-width: 200px;
	max-width: 200px;
	align-items: center;
}
	.automation__items li {
		display: flex;
		width: 100%;
		cursor: pointer;
		text-align: right;
		text-transform: uppercase;
		color: #fff;
		font-weight: 500;
		font-size: 13px;
		line-height: 24px;
		height: 45px;
		margin: 0 0 1px 1px;
		align-items: center;
		justify-content: flex-end;
		padding-right: 16px;
		position: relative;
	}
		.automation__items li.active, .automation__items li:hover {
			background: linear-gradient(0deg, #1E1E1E, #1E1E1E) !important;
		}
		.automation__items li.active::before, .automation__items li:hover::before {
			content: "";
			position: absolute;
			left: 0;
			width: 30px;
			height: 45px;
			background: url('/rr_images/decorations/arrow__small.svg') no-repeat center center;
		}
		.automation__items li:last-child {
			margin-bottom: 0;
		}
.automation-preview .btn {
	margin-right: 20px;
}
@media only screen and (min-width:1222px) {
	.automation-preview__wrapper {
		width: 930px!important;
	}
}

.iiko__automation .automation__section .flex ul li {
	margin-top: 10px;
}
.iiko__automation .automation__section .ul--check li::before {
    margin-right: 15px;