.gallery-slider{

}

.catalog-list-clock {
	padding: 65px 0 0;
}
.gallery-slider-items{
	max-height: 500px;
	overflow: hidden;
	position: relative;
	margin-left: -3px;
	margin-right: -3px;
}
.gallery-slider-item{
	margin: 0 3px;
	flex-grow: 0;
	flex-shrink: 0;
	height: 500px;
	width: 375px;
}
.gallery-slider-item_picture{
	height: 500px;
	width: 375px;
}
.gallery-slider-item_picture a{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	flex-grow: 0;
	flex-shrink: 0;
}
.gallery-slider-item_picture img{
	display: inline-block;
	height: 100%;
	width: auto;
	flex-shrink: 0;
	max-width: none;
}
.gallery-slider-item_picture.vertical img{
	width: 100%;
	height: auto;
}
.gallery-slider-navigation{
	max-width: 800px;
	margin: 15px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.gallery-slider-navigation .slick-prev,
.gallery-slider-navigation .slick-next{
	height: 30px;
	width: 30px;
	background: url(/local/templates/sturmanskie2021/images/arrow-down.png) center center no-repeat;
	border: none;
	cursor: pointer;
	font-size: 0;
}
.gallery-slider-navigation .slick-prev{
	transform: rotate(90deg);
}
.gallery-slider-navigation .slick-next{
	transform: rotate(-90deg);
}
.gallery-slider-dots{
	flex: 1;
	font-size: 0;
}
.gallery-slider-dots ul.slick-dots{
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 20px;
	padding: 0;
}
.gallery-slider-dots ul.slick-dots button{
	border: none;
	cursor: pointer;
	height: 8px;
	width: 8px;
	padding: 0;
	margin: 3px;
	background: #909695;
	font-size: 0;
	border-radius: 100%;
}
.gallery-slider-dots ul.slick-dots li.slick-active button{
	background: black;
}
@media(max-width:1199px){
	.gallery-slider{
		max-width: 756px;
		margin: auto;
	}
	.gallery-slider-navigation{
		max-width: 430px;
	}
}
@media(max-width:799px){
	.gallery-slider{
		max-width: 375px;
	}
	.gallery-slider-navigation{
		max-width: 375px;
	}
}
@media(max-width: 400px){
	.gallery-slider{
		max-width: 290px;
	}
	.gallery-slider-item{
		width: 290px;
		height: 390px;
	}
	.gallery-slider-item_picture{
		width: 290px;
		height: 390px;
	}
	.gallery-slider-navigation{
		max-width: 375px;
	}
	.gallery-slider-navigation .slick-prev,
	.gallery-slider-navigation .slick-next{
		background-size: 24px 14px;
	}
	.gallery-slider-dots ul.slick-dots button{
		width: 6px;
		height: 6px;
		margin: 2px;
	}
}
