.automatizacija_list .like-h1 {
	padding: 0 0 35px;
}
.automatizacija_list__items {
	color: #858585;
	width: calc(100% - 160px);
	margin: 0 auto;
}
.automatizacija_list__item_content {
	margin: 40px 0 20px;
}
.automatizacija_list__item_content li {
	padding: 0;
}
.workarea .automatizacija_list ul:not(.no-bullets) li::before {
	content: none;
}
.automatizacija_list__item .slick-list {
	position: relative;
}
.automatizacija_list__items .slick-prev,
.automatizacija_list__items .slick-next {
	width: 69px;
	height: 69px;
	outline: none;
	top: unset;
	bottom: 0;
	display: block; 
	position: absolute;
	text-indent: -9999px;
	cursor: pointer;
	top: calc(50% - 35px);
}
	.automatizacija_list__items .slick-next {
		background: url(/rr_images/decorations/arrow__right.svg) center center no-repeat transparent;
		right: -80px;
	}
		.automatizacija_list__items .slick-next:hover {
			background-image: url(/rr_images/decorations/arrow__right__red.svg);
		}
	.automatizacija_list__items .slick-prev {
		background: url(/rr_images/decorations/arrow__left.svg) center center no-repeat transparent;
		left: -80px;
	}
		.automatizacija_list__items .slick-prev:hover {
			background-image: url(/rr_images/decorations/arrow__left__red.svg);
		}
.automatizacija_list_section_slider__item {
	min-height: 100px;
}
	.logo-item {
		display: flex;
		align-items: center;
		justify-items: center;
		height: 120px;
		width: 100%;
	}
	.logo-item img {
		opacity: 0.5;
		max-height: 100%;
		width: auto;
		margin: 0 auto;
	}
		.logo-item img:hover {
			opacity: 1;
		}