.slider-top-container {
	position: relative;
}
.slider-top-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .35;
}
.slider-top-container .controls-line {
	position: absolute;
	bottom: 76px;
	width: 100%;
	height: 0;
	z-index: 2;
}
.slider-top-container .controls-line .slider-top-arrows, 
.slider-top-container .controls-line .slider-top-dots {
	display: inline-block;
	vertical-align: middle;
}
.slider-top-container .controls-line .btn.slick-arrow {
    --bs-btn-padding-x: 1.2rem;
}

.slider-top-dots .slick-dots {
	display: block;
	list-style: none;
	margin: 0 30px 0 0;
}
.slider-top-dots .slick-dots li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 12px;
	vertical-align: middle;
}
.slider-top-dots .slick-dots button {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ffffff;
	opacity: 0.55;
	font-size: 0;
	border: none;
	padding: 0;
	border-radius: 100px;
}
.slider-top-dots .slick-dots .slick-active button {
	width: 12px;
	height: 12px;
	opacity: 1;
}

.slider-top .item {
	height: 470px;
	background: var(--color-gray);
	position: relative;
}
.slider-top .item img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}