﻿.menu > span.saa-slide {
	left: 186px;
}
/*#region popup-gallery*/
.popup-gallery {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(266px,1fr));
	gap: 1rem;
}

	.popup-gallery > a {
		height: 170px;
	}

		.popup-gallery > a > img {
			height: 100%;
			width: 100%;
			object-fit: cover;
		}
/*#endregion*/
.popup-gallery {
	margin-top: 50px;
}

@media(max-width:576px) {
	.popup-gallery {
		height:max-content;
	}
}