.css-3-cell-slider {
	position: relative;
	margin: 0 -12px 30px;
}

.css-3-cell-slider .slick-arrow {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	font-size: 20px;
	z-index: 15;
	left: -80px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	border: none;
	top: 50%;
	background: #e8f0ec;
	margin-top: -45px;
	color: #19815a;
	-webkit-transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94);
	transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94);
	padding: 0;
}

.no-touch-dev .css-3-cell-slider .slick-arrow:hover,
.touch-dev .css-3-cell-slider .slick-arrow:active {
	background: rgba(25, 129, 90, 0.5);
	color: rgba(255, 255, 255, 0.7);
}

.css-3-cell-slider .slick-arrow.slick-next {
	left: auto;
	right: -80px;
}

.css-3-cell-slider .slick-arrow.slick-disabled {
	opacity: 0;
	cursor: default;
}

@media only screen and (max-width: 1600px) {

	.css-3-cell-slider .slick-arrow {
		left: auto;
		right: 80px;
		top: 0;
		margin-top: -80px;
	}

	.css-3-cell-slider .slick-arrow.slick-next {
		right: 12px;
	}


	.css-3-cell-slider {
		margin: 0 -9px 30px;
	}

}


@media only screen and (max-width: 1024px) {
	
	.css-3-cell-slider {
		margin: 70px -9px 30px;
	}

}


@media only screen and (max-width: 620px) {

	.css-3-cell-slider .slick-arrow {
		left: 9px;
		right: auto;
	}

	.css-3-cell-slider .slick-arrow.slick-next {
		left: 80px;
	}

	.css-3-cell-slider .slick-prev.slick-disabled ~ .slick-next {
		left: 9px;
	}

}

.css-3-cell-slider .img img {
	width: 100%;
}

.css-3-cell-slider .title-text {
	color: #3A3A3A;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 24px;
}