/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 29 2024 | 09:17:09 */
.kladovaya-slider-slide_mobile{
	display: none;
}

@media screen and (max-width: 768px){
	.kladovaya-slider-slide_mobile{
		display: block;
	}
}