.img-responsive{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.home-slider{
	height: 430px;
}

@media screen and (max-width: 768px){
	.home-slider {
		height: auto;
		margin-bottom: 15px;
	}
}

.home-slider__nav{
	position: absolute;
	display: block;
	z-index: 5;
	top: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
	.home-slider__nav {
		display: none;
	}
}

.home-slider__nav:hover{
	cursor: pointer;
}

.home-slider__nav_type_prev{
	left: 10px;
}

.home-slider__nav_type_next{
	right: 10px;
}

.slick-dots{
	display: flex;
	flex-direction: row;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	gap: 10px;
	position: absolute;
	bottom: 40px;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.slick-dots {
		bottom: 10px!important;
	}
}

.slick-dots .slick-active > button{
	background-color: #0d549f;
}

.slick-dots button{
	font-size: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	padding: 0;
	background-color: transparent;
	border: 1px solid #0d549f
}