.slider-with-dots-2-rows {
	margin-bottom: 50px;
}

.slider-with-dots-2-rows .slick-slide {
	display: block;
}

.slider-with-dots-2-rows .item {
	margin-bottom: 13px;
}

.slider-with-dots-2-rows .item img {
	width: calc(100% - 20px);
}


.slider-with-dots-2-rows .slick-dots {
	position: absolute;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	-webkit-transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94) 0.4s;
	transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94) 0.4s;
	display: flex;

-webkit-box-pack: center;

-webkit-justify-content: center;

-ms-flex-pack: center;

justify-content: center;
}

.slider-with-dots-2-rows .slick-dots > li {
	margin: 0 10px;
}

.slider-with-dots-2-rows .slick-dots button {
	border-radius: 5px;
width: 9px;
height: 9px;
background-color: #19815a;
cursor: pointer;
font-size: 0;
border: none;
padding: 0;
-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);
}

.slider-with-dots-2-rows .slick-dots .slick-active button {
	background: #ff7d3b;

width: 24px;
}